Thank you for your interest in the shadcn/ui boilerplate! We welcome all forms of contributions, including reporting issues, submitting feature requests, and code contributions. Please follow the guidelines below to help us manage contributions effectively.
If you encounter a bug or issue, please submit an issue on GitHub Issues. Provide the following information:
- A description of the issue
- Steps to reproduce the issue
- Your operating system and browser information
- Any relevant error messages or screenshots
If you have a suggestion for a new feature, please submit a feature request on GitHub Issues. Be as detailed as possible about the feature you would like to add and its use case.
If you would like to contribute code to the project, please follow these steps:
- Fork the Repository: Click the "Fork" button on GitHub to copy the repository to your account.
- Clone the Repository: Clone the repository to your local machine:
git clone https://github.com/your-username/shadcnui-boilerplate.git
- Create a Branch: Create a new branch in your local repository:
git checkout -b feature/your-feature-name
- Make Changes: Make your code changes on your branch.
- Commit Changes: Commit your changes to your branch:
git add . git commit -m "Describe your changes"
- Push Changes: Push your changes to your GitHub repository:
git push origin feature/your-feature-name
- Create a Pull Request: Go to the original repository on GitHub and create a new pull request. Please describe your changes and their purpose.
Please adhere to the following code style guidelines:
- Use ESLint to check code quality.
Please follow the Code of Conduct to ensure our community is friendly and inclusive.
Thank you for contributing to the shadcn/ui boilerplate! Your support helps us continuously improve and grow this project.