-
Notifications
You must be signed in to change notification settings - Fork 14
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
1 parent
2732213
commit 3ea7637
Showing
1 changed file
with
23 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,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 |