-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from melange-re/add-pr-template
add pr template
- Loading branch information
Showing
1 changed file
with
21 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,21 @@ | ||
## Pull Request Checklist | ||
|
||
Before you submit your pull request with a new example, please make sure you have completed the following tasks: | ||
|
||
- [ ] **Update Makefile:** Make sure the new example is included in the following Makefile commands: | ||
- [ ] `install` | ||
- [ ] `build` | ||
- [ ] `test` | ||
- [ ] `clean` | ||
|
||
- [ ] **Update opam file:** Ensure the new example is added to the list of dependencies in the `opam` file. | ||
|
||
- [ ] **Update README:** Add a link to the new example in the README. Provide a brief description if necessary. | ||
|
||
## Description | ||
|
||
Please replace this section to provide a brief description of the example you are creating with this pull request. | ||
|
||
## Additional Notes | ||
|
||
Add any additional information or notes here. |