Skip to content

Commit 50b2964

Browse files
EwoutHtpike3
authored andcommitted
Add pull request templates
Added GitHub pull request templates for bug fixes and feature additions to help new contributors format their PRs and help maintainers to review these. The PR templates where modelled on the large PRs that were merged into Mesa recently. See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
1 parent 0b2d250 commit 50b2964

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Summary
2+
<!-- Provide a brief summary of the bug and its impact. -->
3+
4+
## Bug / Issue
5+
<!-- Link to the related issue(s) and describe the bug. Include details like the context, what was expected, and what actually happened. -->
6+
7+
## Implementation
8+
<!-- Describe the changes made to resolve the issue. Highlight any important parts of the code that were modified. -->
9+
10+
## Testing
11+
<!-- Detail the testing performed to verify the fix. Include information on test cases, steps taken, and any relevant results.
12+
13+
If you're fixing the visualisation, add before/after screenshots. -->
14+
15+
## Additional Notes
16+
<!-- Add any additional information that may be relevant for the reviewers, such as potential side effects, dependencies, or related work.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Summary
2+
<!-- Provide a concise summary of the feature and its purpose. -->
3+
4+
## Motive
5+
<!-- Explain the reasoning behind this feature. Include details on the problem it addresses or the enhancement it provides. -->
6+
7+
## Implementation
8+
<!-- Describe how the feature was implemented. Include details on the approach taken, important decisions made, and code changes. -->
9+
10+
## Usage Examples
11+
<!-- Provide code snippets or examples demonstrating how to use the new feature. Highlight key scenarios where this feature will be beneficial.
12+
13+
If you're modifying the visualisation, add before/after screenshots. -->
14+
15+
## Additional Notes
16+
<!-- Add any additional information that may be relevant for the reviewers, such as potential side effects, dependencies, or related work. -->

0 commit comments

Comments
 (0)