diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..562f3dbf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,35 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug", "triage"] +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Describe the issue here. + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Code to produce this issue. + description: Please copy and paste any relevant code to re-produce this issue. And the version of the browser you are using. + render: shell \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..13158431 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,15 @@ +## 📝 Description + +[Describe Your Changes Here ...] + +## Testing Done + +[Describe Your Changes Here ...] + +# Checklist: + +- [ ] My PR title strictly follows the format: `[Your Priority] Your Title` +- [ ] I have attached the testing log above +- [ ] I provide enough comments to my code +- [ ] I have changed documentations +- [ ] I have added tests for my changes \ No newline at end of file