First off, thanks for taking the time to contribute! 👍
NuxtGain is an open-source project, and we welcome contributions of all kinds: from bug reports to feature requests, documentation improvements to code contributions.
If you've found a bug, please open an issue on our GitHub repository. When filing a bug report, please include:
- A clear title and description
- As much relevant information as possible
- A code sample or an executable test case demonstrating the expected behavior that is not occurring
If you have an idea for a new feature or an improvement to existing functionality, please open an issue on our GitHub repository. Describe the feature you'd like to see, why you need it, and how it should work.
If you'd like to contribute code to fix a bug or implement a new feature:
- Fork the repository
- Create a new branch for your feature or fix
- Write your code
- Commit your changes
- Push your branch and open a pull request
Please keep your changes focused on a single issue or feature. If you find another bug or want to implement another feature, please open a separate pull request.
We follow the Vue.js style guide and use ESLint for linting. Please ensure your code adheres to these standards.
Join our Discord channel to discuss the project, ask questions, or get help with your contributions. It's a great place to connect with other contributors and the maintainer.
If you have any questions about contributing, feel free to open an issue for discussion or ask in our Discord channel.
Thank you for your interest in improving NuxtGain!