File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Tutorial:
2+ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3+
4+ # The PROTEUS Maintainer team will automatically be assigned to review each PR to main.
5+ * @ FormingWorlds/proteus-maintainer
Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : For when something is going wrong
4+ title : ' '
5+ labels : ' Bug'
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Problem description
11+ A description of what is happening, and steps outlining what causes it to happen.
12+
13+ ## Expected behavior
14+ A description of what you would have expected to happen.
15+
16+ ## Evidence
17+ Add screenshots and logs to help explain your problem.
18+
19+ ## My computer
20+ Describe the computer used to run the code when the bug was found; e.g Fedora Linux with Python 3.12
21+
22+ ## Additional notes
23+ Add any other context about the problem here; e.g. suggest potential solutions
24+
25+ ## Relevant people
26+ Tag relevant people here.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : For when something needs to be changed, added, or removed
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Feature description
11+ A short description of what you would like to be done; e.g. a new feature to be added.
12+
13+ ## Preferred solution
14+ Your suggested or preferred solution for implementing this feature or change.
15+
16+ ## Additional information
17+ Any other additional context; e.g. more details, related papers, other solutions.
18+
19+ ## Relevant people
20+ Tag people who should know about this request.
Original file line number Diff line number Diff line change 1+ ## Description
2+ A short summary of the changes made in this pull-request.
3+
4+ Tag the [ related issue] ( https://github.com/FormingWorlds/PROTEUS/issues ) ; e.g. closes #xxx
5+
6+ Include screenshots or log files if appropriate.
7+
8+ ## Validation of changes
9+ Describe what you did to verify that these changes address the tagged issue.
10+
11+ Outline your test configuration; e.g. MacOS with Python 3.13.
12+
13+
14+ ## Checklist
15+
16+ - [ ] I have followed the [ contributing guidelines] ( https://fwl-proteus.readthedocs.io/en/latest/CONTRIBUTING.html#how-do-i-contribute )
17+ - [ ] My code follows the style guidelines of this project
18+ - [ ] I have performed a self-review of my code
19+ - [ ] My changes generate no new warnings or errors
20+ - [ ] I have checked that the tests still pass on my computer
21+ - [ ] I have updated the docs, as appropriate
22+ - [ ] I have added tests for these changes, as appropriate
23+ - [ ] I have checked that all dependencies have been updated, as required
24+
25+ ## Relevant people
26+ Tag people who should know about this PR here
You can’t perform that action at this time.
0 commit comments