diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cc449779c60..ada363c83b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,6 +16,30 @@ body: description: A clear and concise description of what the bug is. validations: required: true + - type: markdown + attributes: + value: > + **Contributing** + + We highly encourage contributions from the community! If you have the time and ability, consider submitting a pull request to address this issue. Here's how you can get started: + + 1. Fork the repository. + 2. Create a new branch (`git checkout -b feature/YourFeatureName`). + 3. Make your changes. + 4. Commit your changes (`git commit -m 'Add some feature'`). + 5. Push to the branch (`git push origin feature/YourFeatureName`). + 6. Open a pull request. + + **Why No Pull Request?** + + If you're unable to provide a pull request, we'd love to know why! Understanding the barriers to contribution can help us improve our project and documentation. Please let us know below: + + - [ ] Lack of time + - [ ] Unsure how to implement the fix/feature + - [ ] Difficulty understanding the codebase + - [ ] Other (please specify): + + Since there is a high rate of issues opening and exceeding PrimeTek's bandwidth, if it's not a PR, it'll be automatically tagged with "help-wanted". - type: textarea id: environment attributes: