-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f836261
commit ea9dd4d
Showing
5 changed files
with
139 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: 🐛 General Bug Report | ||
about: Report an issue to help improve the project. | ||
title: '' | ||
labels: 'kind/bug' | ||
assignees: '' | ||
--- | ||
|
||
### Current Behavior | ||
<!-- A brief description of the issue. --> | ||
|
||
### Expected Behavior | ||
<!-- A brief description of what you expected to happen. --> | ||
|
||
### Screenshots/Logs | ||
<!-- Add screenshots, if applicable, to help explain your problem. --> | ||
|
||
### To Reproduce | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
--- | ||
## Before You Begin | ||
|
||
Before submitting an issue, please ensure you have completed the following steps: | ||
|
||
- [ ] I have read and agree to follow the [Code of Conduct](https://github.com/reclaimprotocol/.github/blob/main/Code-of-Conduct.md). | ||
- [ ] I have checked that this is not a security-related issue. For security concerns, please refer to our [Security Policy](https://github.com/reclaimprotocol/.github/blob/main/SECURITY.md). | ||
- [ ] I have read and signed the [Contributor License Agreement (CLA)](https://github.com/reclaimprotocol/.github/blob/main/CLA.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: 🛠 Continuous Integration / DevOps | ||
about: Improve or update workflows or other automation | ||
title: '[CI] ' | ||
labels: 'area/ci' | ||
assignees: '' | ||
--- | ||
|
||
## Issue Description | ||
|
||
### Current Situation | ||
<!-- A brief description of the current CI/DevOps setup or the problem you're facing. --> | ||
|
||
### Desired Outcome | ||
<!-- A brief description of what you want to achieve or how you expect the CI/DevOps process to work after this change. --> | ||
|
||
### Proposed Implementation | ||
<!-- Specifics on the approach to fulfilling this CI/DevOps request. Include any tools, workflows, or scripts you propose using. --> | ||
|
||
### Additional Context | ||
<!-- Add any other context, screenshots, or examples about the CI/DevOps request here. --> | ||
|
||
--- | ||
## Before You Begin | ||
|
||
Before submitting an issue, please ensure you have completed the following steps: | ||
|
||
- [ ] I have read and agree to follow the [Code of Conduct](https://github.com/reclaimprotocol/.github/blob/main/Code-of-Conduct.md). | ||
- [ ] I have checked that this is not a security-related issue. For security concerns, please refer to our [Security Policy](https://github.com/reclaimprotocol/.github/blob/main/SECURITY.md). | ||
- [ ] I have read and signed the [Contributor License Agreement (CLA)](https://github.com/reclaimprotocol/.github/blob/main/CLA.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: 📄 Documentation issue | ||
about: Issues related to documentation. | ||
title: '[Docs]' | ||
labels: 'area/docs, language/markdown' | ||
assignees: '' | ||
--- | ||
|
||
### Current State | ||
|
||
|
||
### Desired State | ||
|
||
|
||
--- | ||
## Before You Begin | ||
|
||
Before submitting an issue, please ensure you have completed the following steps: | ||
|
||
- [ ] I have read and agree to follow the [Code of Conduct](https://github.com/reclaimprotocol/.github/blob/main/Code-of-Conduct.md). | ||
- [ ] I have checked that this is not a security-related issue. For security concerns, please refer to our [Security Policy](https://github.com/reclaimprotocol/.github/blob/main/SECURITY.md). | ||
- [ ] I have read and signed the [Contributor License Agreement (CLA)](https://github.com/reclaimprotocol/.github/blob/main/CLA.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: 💡 Feature Request | ||
about: Suggest an enhancement for this project | ||
title: '[FEATURE] ' | ||
labels: 'enhancement' | ||
assignees: '' | ||
--- | ||
|
||
## Feature Description | ||
|
||
### Current Situation | ||
<!-- Describe the current situation or problem you're facing. What limitations are you encountering? --> | ||
|
||
### Proposed Enhancement | ||
<!-- Describe the solution you'd like. What should the new feature do? Be as specific as possible. --> | ||
|
||
### Benefits (Optional) | ||
<!-- Explain why this feature would be beneficial to the project and its users. --> | ||
|
||
### Possible Implementation (Optional) | ||
<!-- [Optional] If you have ideas on how to implement this feature, please share them here. --> | ||
|
||
|
||
### Additional Context | ||
<!-- Add any other context, screenshots, or examples about the feature request here. --> | ||
|
||
--- | ||
## Before You Begin | ||
|
||
Before submitting an issue, please ensure you have completed the following steps: | ||
|
||
- [ ] I have read and agree to follow the [Code of Conduct](https://github.com/reclaimprotocol/.github/blob/main/Code-of-Conduct.md). | ||
- [ ] I have checked that this is not a security-related issue. For security concerns, please refer to our [Security Policy](https://github.com/reclaimprotocol/.github/blob/main/SECURITY.md). | ||
- [ ] I have read and signed the [Contributor License Agreement (CLA)](https://github.com/reclaimprotocol/.github/blob/main/CLA.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### Description | ||
<!-- Briefly describe the changes in this PR. --> | ||
|
||
### Testing (ignore for documentation update) | ||
<!-- Briefly describe how you've tested this implementation --> | ||
|
||
### Type of change | ||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Breaking change | ||
- [ ] Documentation update | ||
|
||
### Checklist: | ||
- [ ] I have read and agree to the [Code of Conduct](https://github.com/reclaimprotocol/.github/blob/main/Code-of-Conduct.md). | ||
- [ ] I have signed the [Contributor License Agreement (CLA)](https://github.com/reclaimprotocol/.github/blob/main/CLA.md). | ||
- [ ] I have considered the [Security Policy](https://github.com/reclaimprotocol/.github/blob/main/SECURITY.md). | ||
- [ ] I have self-reviewed and tested my code. | ||
- [ ] I have updated documentation as needed. | ||
- [ ] I agree to the [project's custom license](https://github.com/reclaimprotocol/.github/blob/main/LICENSE). | ||
|
||
### Additional Notes: | ||
<!-- Any other context about the PR. --> |