Skip to content

Commit

Permalink
Add a pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
shigoel committed Feb 13, 2024
1 parent 374ff3f commit 745fbfb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Before your submission:

* Ensure your PR follows the [contribution
guidelines](https://github.com/leanprover/LNSym/blob/main/CONTRIBUTING.md).

* Remember to document and comment your code.

* Remove this section, up to and including the `---` before submitting.

---

### Issues:

Resolves #<issue_number>.

Remove this section if this PR doesn't address any open issues.

### Description:

A detailed description of your contribution. Why is this change
necessary?

### Testing:

What tests have been run? Did `make all` succeed for your changes? Was
conformance testing successful on an Aarch64 machine?

### License:

By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.

0 comments on commit 745fbfb

Please sign in to comment.