Skip to content

Commit

Permalink
Add PR template (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow authored Jan 14, 2024
1 parent 58021d4 commit 5d72b65
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
Thanks for contributing!
About this template:
The following template aims to help contributors write a good description
for their pull requests.
We'd like you to provide a description of the changes in your pull request
(i.e. bugs fixed or features added), motivation behind the changes, and
complete the checklist below before opening a pull request.
Feel free to discard it if you need to (e.g. when you just fix a typo). -->

# Motivation / Background

<!--
Describe why this Pull Request needs to be merged. What bug have you fixed?
What feature have you added? Why is it important?
If you are fixing a specific issue, include "Fixes #ISSUE" (replace
with the issue number, remove the quotes) and the issue will be linked
to this PR.
-->

This Pull Request has been created because...

## Additional information

<!-- Provide additional information such as benchmarks, reference to
other repositories or alternative
solutions. -->

# Checklist

Before submitting the PR, make sure the following are checked:

- [ ] Version file (/.version) is updated according to the
[Semantic Version](https://semver.org/) rules.
- [ ] This Pull Request is related to one change.
Changes that are unrelated should be opened in separate PRs.
- [ ] Commit message has a detailed description of what changed and why.
If this PR fixes a related issue, include it in the commit message.
Ex: _[Fixes #issue-number]_.
- [ ] Tests are added or updated if you fix a bug or add a feature.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit 5d72b65

Please sign in to comment.