Thank you for considering contributing to Auth Stack NEXT.JS! We welcome your input to make Auth Stack NEXT.JS even better. Please follow the guidelines outlined below when making contributions.
- Code of Conduct
- How Can I Contribute?
- Contributor License Agreement
- Development Setup
- Submitting Changes
- Reporting Issues
- Pull Requests
- Code Review Process
- Community
Please review our Code of Conduct before contributing. All contributors are expected to adhere to this code.
If you find a bug, please open an issue on the GitHub repository. Provide a detailed description and steps to reproduce the issue.
To suggest enhancements, create an issue on the GitHub repository. Clearly describe your proposed feature and its benefits.
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
orbugfix/your-bugfix
. - Make your changes and commit them:
git commit -m 'Your descriptive commit message'
. - Push to your branch:
git push origin feature/your-feature
. - Create a pull request against the
main
branch of the GitHub repository.
By contributing to Auth Stack NEXT.JS, you agree that your contributions will be licensed under the MIT License.
Follow the Getting Started section in the README to set up the development environment.
Before submitting a pull request, ensure the following:
- Your code adheres to the existing coding standards.
- You have included tests for new functionality.
- The README and documentation are updated with necessary information.
- Your branch is up-to-date with the main branch.
When reporting issues, please provide the following information:
- Version of Auth Stack NEXT.JS.
- Operating system and version.
- A detailed description of the issue.
- Steps to reproduce the issue.
When submitting a pull request:
- Provide a clear and descriptive title.
- Include a reference to related issues.
- Mention any breaking changes.
- Ensure all tests pass.
- Request reviews from maintainers.
All contributions will go through a code review process. Feedback will be provided, and changes may be requested before merging.
Join our community discussions on [GitHub Discussions] and connect with other contributors.