diff --git a/.github/ISSUE_TEMPLATE/bug_report_issue_template.yml b/.github/ISSUE_TEMPLATE/bug_report_issue_template.yml new file mode 100644 index 0000000..1ea70a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_issue_template.yml @@ -0,0 +1,49 @@ +name: 🪲 Bug Report +description: File a bug report +labels: ['Bug'] +body: + - type: markdown + attributes: + value: Thanks for taking the time to fill out this bug report! By submitting this issue, you agree to follow our [Code of Conduct](https://nebula-labs.atlassian.net/wiki/x/vAA-DQ) + - type: textarea + id: description + attributes: + label: Description + description: What is the bug? + validations: + required: true + - type: textarea + id: steps-to-reproduce + attributes: + label: Steps To Reproduce + description: Help us reproduce this bug. If helpful, you can include screenshots or logs! Be sure to wrap logs with ```` ```bash ```` before and ```` ``` ```` after. + validations: + required: true + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Describe the bug in more detail. You can include related issues, helpful background knowledge, related documentation, or anything else that will help. + validations: + required: false + - type: dropdown + id: version + attributes: + label: Version + description: Where did you find this bug? + options: + - Chrome web store + - Firefox add-ons store + - a local development branch + validations: + required: true + - type: textarea + id: environment + attributes: + label: Environment + description: What environment were you using when you encountered this bug? + value: | + Browser: + Operating System: + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b1ad450 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: General Contact + url: https://about.utdnebula.com/about/contact + about: Get in touch here diff --git a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yml b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yml new file mode 100644 index 0000000..c83d571 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yml @@ -0,0 +1,28 @@ +name: 💡 Feature Request +description: Suggest an idea for this project, e.g., a new feature, an improvement to an existing feature, or a new integration +labels: ['Feature'] +body: + - type: markdown + attributes: + value: Thanks for taking the time to fill out this feature request! By submitting this issue, you agree to follow our [Code of Conduct](https://nebula-labs.atlassian.net/wiki/x/vAA-DQ) + - type: textarea + id: problem + attributes: + label: Problem + description: What's the problem this feature would solve? + validations: + required: true + - type: textarea + id: solution + attributes: + label: Solution + description: Describe your preferred solution to this problem. Include any alternative solutions or features you've considered if applicable. Include screenshots or designs if they would help + validations: + required: true + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Describe the feature in more detail. You can include related issues, helpful background knowledge, related documentation, or anything else that will help + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/interal_issue_template.yml b/.github/ISSUE_TEMPLATE/interal_issue_template.yml new file mode 100644 index 0000000..911b315 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/interal_issue_template.yml @@ -0,0 +1,28 @@ +name: 🔧 Internal Change +description: Suggest an Internal Change, e.g., documentation, dependencies, a code refactor +labels: ['Task'] +body: + - type: markdown + attributes: + value: Thanks for taking the time to fill out this internal change suggestion! By submitting this issue, you agree to follow our [Code of Conduct](https://nebula-labs.atlassian.net/wiki/x/vAA-DQ) + - type: textarea + id: problem + attributes: + label: Problem + description: What's the problem this change would solve? + validations: + required: true + - type: textarea + id: solution + attributes: + label: Solution + description: Describe your preferred solution to this problem. Include any alternative solutions or features you've considered if applicable. Include screenshots or designs if they would help + validations: + required: true + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Describe the change in more detail. You can include related issues, helpful background knowledge, related documentation, or anything else that will help + validations: + required: false diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..af8657d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ + + +### Description + + + +### Testing + + + +### AI Disclosure + + + +### Checklist + + + +- [x] Create this PR +- [ ] Perform final self-review