Skip to content

Commit

Permalink
Add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Nov 2, 2023
1 parent 7ca5a54 commit 4686e3d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Pull Request Etiquette

<!--
There are several guidelines you should follow in order for your
Pull Request to be merged.
-->

- [ ] I have checked the PRs for upcoming features/bug fixes.

<!--
It is sometimes better to include more changes in a single commit.
If you find yourself having an overwhelming amount of commits, you
can **rebase** your branch.
-->

### Changes

- [ ] Internal code
- [ ] API (affecting end-user code)
- [ ] Other: \_____ <!-- Insert other type here -->

<!-- Replace "NaN" with an issue number if this is a response to an issue -->

Closes Issue: NaN

## Description

Replace this sentence with general description of what your Pull Request does.

0 comments on commit 4686e3d

Please sign in to comment.