diff --git a/templates/Feature_template.md b/templates/Feature_template.md new file mode 100644 index 0000000..f176dc0 --- /dev/null +++ b/templates/Feature_template.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[feature]" +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/templates/Issue_templated.md b/templates/Issue_templated.md new file mode 100644 index 0000000..6ee22ea --- /dev/null +++ b/templates/Issue_templated.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[bug]" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/templates/Pull_Request_Template.md b/templates/Pull_Request_Template.md new file mode 100644 index 0000000..372808e --- /dev/null +++ b/templates/Pull_Request_Template.md @@ -0,0 +1,25 @@ +## PR Title +[Summary of the changes made] + +## Description +[Detailed description of the changes made] + +## Linked Issue +Please link the issue that this PR resolves in the format: `#[issue_number] [issue_name]` + +## Changes and Additions +- [List of changes and additions] + +## Testing and Validation +[Describe how the changes were tested and validated] + +## Additional Context or Information +[Provide any additional details relevant to the PR] + +## Checklist +Please ensure you've completed the following tasks: +- [ ] Code is up to date with the project's latest version +- [ ] All tests have been run and passed +- [ ] Code has been reviewed for correctness and readability +- [ ] Followed the project's coding guidelines +