-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |