Contribution
Contributing to NXTU (NeXT reUsable)
We welcome contributions to NXTU (NeXT reUsable)! Here are some guidelines to help you get started.
How to Contribute
Reporting Issues
If you encounter a bug, have a question, or want to request a new feature, please open an issue on our GitHub repository. Be sure to provide as much detail as possible so that we can address your report effectively.
Forking the Repository
Fork the repository by clicking the "Fork" button at the top right of the GitHub page.
Clone your fork to your local machine:
Add the original repository as a remote:
Creating a Branch
Create a new branch for your feature or bug fix:
Making Changes
Make your changes in the new branch.
Ensure your code adheres to the project's coding standards.
Write tests for your changes if applicable.
Committing Changes
Commit your changes with a descriptive commit message:
Pushing Changes
Push your changes to your forked repository:
Creating a Pull Request
Navigate to the original repository on GitHub.
Click the "New pull request" button.
Select the branch you just pushed from your forked repository.
Provide a clear description of the changes and why they are necessary.
Submit the pull request.
Coding Standards
Follow the existing code style.
Write clear, concise comments in your code.
Use meaningful variable and function names.
Keep functions and classes small and focused.
Testing
Ensure your code passes all existing tests.
Add new tests to cover your changes.
Run tests locally to verify your changes.
Documentation
Update the documentation to reflect your changes.
Ensure that new components are documented with usage examples.
Code of Conduct
By participating in this project, you agree to abide by the NXTU Code of Conduct.
Contact
If you have any questions or need further assistance, feel free to contact the project maintainers.
Thank you for contributing to NXTU (NeXT reUsable)!
Last updated