From 5be86917c88051b8258c9dd2a2953a7bf7134e97 Mon Sep 17 00:00:00 2001 From: Onur Senture Date: Tue, 17 Dec 2024 18:15:34 +0300 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 28 ++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cc449779c60..fbcdbc58b30 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,10 +5,8 @@ labels: ['Status: Needs Triage'] body: - type: markdown attributes: - # yamllint disable rule:line-length value: > - ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeNG PRO Support* where support is provided within 4 business hours - # yamllint enable rule:line-length + ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker. If you'd like to secure our response, you may consider *PrimeNG PRO Support* where support is provided within 4 business hours. - type: textarea id: description attributes: @@ -16,6 +14,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: