diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fbcdbc58b30..cc449779c60 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,8 +5,10 @@ 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. + ### 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 - type: textarea id: description attributes: @@ -14,30 +16,6 @@ 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: