forked from ObolNetwork/charon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: update issue and PR templates (ObolNetwork#284)
Updates the issue and PR templates. Instructions wrapped in `<!-- -->` comments. Point to contribution guidelines. category: misc ticket: none
- Loading branch information
Showing
3 changed files
with
34 additions
and
13 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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
## Problem to solve | ||
## Problem to be solved | ||
|
||
Describe the problem in detail. | ||
|
||
## Proposed solution | ||
|
||
Provide a proposed solution. | ||
|
||
### Out of Scope | ||
|
||
If there is anything to highlight as out of scope for this issue, please outline it here. |
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 |
---|---|---|
@@ -1,10 +1,14 @@ | ||
// ==== Instructions ==== | ||
// PR title format: `package[/subpackage]: concise overview` | ||
// PR body: Replace body with detailed description of the change. | ||
// category: pick one, delete the rest | ||
// ticket: Replace #000 with link to a GitHub issue | ||
// ==== delete up to here === | ||
body | ||
<!-- Thanks for submitting a PR! 🎉🚀 | ||
- Please review our contribution guide https://github.com/ObolNetwork/charon/blob/main/docs/contributing.md | ||
- You will then need to sign our Contributor License Agreement (CLA), which will show up as a comment from a bot in this pull request after you open it. We cannot review code without a signed CLA. | ||
- Format this PR template as follows: | ||
- PR title format (above): `package[/subpackage]: concise overview` | ||
- PR body: Replace 'PR body starts here...' with detailed description of the change. | ||
- category: pick one, delete the rest | ||
- ticket: Replace #000 with link to a GitHub issue (any non-insignificant PR require an issue) | ||
- Delete these instructions | ||
--> | ||
PR body starts here... | ||
|
||
category: bug feature refactor docs test fixbuild misc | ||
ticket: #000 |
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