diff --git a/.DS_Store b/.DS_Store index c76e8b9..02e5282 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..cfc41b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,40 @@ +--- +name: πŸ› Bug Report +about: Submit a bug report to help us improve +labels: "bug" +--- + +## πŸ› Bug Report + +(A clear and concise description of what the bug is) + +## To Reproduce + +(Write your steps here:) + +## Expected behavior + + + +(Write what you thought would happen.) + +## Actual Behavior + + + +(Write what happened. Add screenshots, if applicable.) + +## Your Environment + + + +(Write Environment, Operating system and version etc.) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..ac9c057 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,9 @@ +--- +name: πŸ“š Documentation +about: Report an issue related to documentation +labels: "documentation" +--- + +## πŸ“š Documentation + +(A clear and concise description of what the issue is.) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..035cccb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,17 @@ +--- +name: πŸš€ Feature +about: Submit a proposal for a new feature +labels: "feature" +--- + +## πŸš€ Feature + +(A clear and concise description of what the feature is.) + +## Motivation + +(Please outline the motivation for the proposal.) + +## Pitch + +(Please explain why this feature should be implemented and how it would be used.) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9840858 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + +## What type of PR is this? (check all applicable) + +- [ ] ♻️ Refactor +- [ ] ✨ Feature +- [ ] πŸ› Bug Fix +- [ ] πŸ‘· Optimization +- [ ] πŸ“ Documentation Update +- [ ] πŸ”– Release +- [ ] 🚩 Other + +## Motivation + +(Write your motivation here.) + +## Related PRs and Issues + +(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)