Skip to content

Commit

Permalink
add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Nov 28, 2023
1 parent 2732213 commit 3ea7637
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Thank you for opening a PR to riscemu, your contribution is highly appreciated!

We've put together two checklists below to make sure the review and merge process goes as smoothly as possible. Please make sure that you complete the writing checklist before opening the PR. Please feel free to delete it once you completed it.

The pre-merge checklist is here so that you can see roughly what is expected of a PR to be merged. Not every step is always required, but checking all the boxes makes it almost certain that your PR will be merged swiftly. Feel free to leave it in the PR text, or delete it, it's up to you!

Good luck with the PR!


**PR Writing Checklist:**

- [ ] If I'm referencing an Issue, I put the issue number in the PR name
- [ ] I wrote a paragraph explaining my changes and the motivation
- [ ] If this PR is not ready yet for review, I mark it as draft
- [ ] Delete this checklist before opening the PR


**Pre-Merge Checklist:**

- [ ] I added an entry to the `CHANGELOG.md`
- [ ] I added a test that covers my change
- [ ] I ran the pre-commit formatting hooks
- [ ] CI Passes

0 comments on commit 3ea7637

Please sign in to comment.