PrimeVue receives close to 1 million downloads per month. As any other popular OSS project, you may understand that the core team does not have the bandwidth to review each and every issue in detail in their daily routines. We have established strict guidelines for issue creation to ensure we can effectively address issues. It will help us prioritize and manage our workload efficiently.
Adhering to these guidelines, you help us maintain and improve the project more effectively. If you'd like to get our detailed attention, consider PrimeVue PRO Support instead, which provides support within one business day. Thank you for your cooperation and contributions!
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. Run "npm run dev" command to deploy the showcase locally using the monorepo.
4. Make your changes.
5. Commit your changes (`git commit -m 'Add some feature'`).
6. Push to the branch (`git push origin feature/YourFeatureName`).
7. Open a pull request.
### Reason for No PR
If you are unable to provide a PR, please explain why. Understanding the reasons can help us improve and assist you in contributing.
### Discussions and Questions
Please refrain from creating issue tickets for questions or support requests. Instead, use the GitHub Discussions or join the PrimeLand Discord server for assistance.
## New Issue Report
- type:textarea
id:description
attributes:
label:Describe the bug
description:A clear and concise description of what the report is about.
validations:
required:true
- type:input
id:pull_request
attributes:
label:Pull Request Link
description:Link to your pull request.
validations:
required:false
- type:checkboxes
id:reason_for_no_pr
attributes:
label:Reason for not contributing a PR
options:
- label:Lack of time
- label:Unsure how to implement the fix/feature
- label:Difficulty understanding the codebase
- label:Other
validations:
required:false
- type:textarea
id:pr_other
attributes:
label:Other Reason
description:>-
If your answer to the previous question is "Other", please explain the