Thank you for considering contributing to Rextensity! Your support and involvement help improve the project for everyone.
- Code of Conduct
- How to Contribute
- Issues
- Pull Requests
- Setting Up Your Development Environment
- Reporting Bugs
- Suggesting Enhancements
Please review and adhere to our Code of Conduct to maintain a respectful and collaborative environment.
There are several ways to contribute:
- Reporting Bugs – Let us know about any issues you encounter.
- Suggesting Features – Share your ideas for improving Rextensity.
- Contributing Code – Tackle an open issue or propose new features.
- Improving Documentation – Help keep documentation clear and up-to-date.
- Check existing issues to see if your issue has already been reported.
- If it hasn’t, create a new issue and provide detailed information.
- Fork the repository and clone it locally.
- Create a new branch:
git checkout -b feature-name. - Make your changes, following the project's code style.
- Test your changes thoroughly.
- Commit and push your changes to your forked repository.
- Create a pull request (PR) from your branch to the main branch of Rextensity:
- Provide a clear and descriptive title for your PR.
- Explain the purpose and scope of your changes in the description.
- Follow coding conventions and style guides as per the project.
- Document any new functions or components.
- Write tests for new features and ensure all tests pass.
- Clone the repository:
git clone https://github.com/diluteoxygen/Rextensity.git
- Navigate to the project directory:
cd Rextensity - Install the dependencies:
# For example, if using npm npm install - Start the development server:
npm start
To report a bug:
- Describe the problem and steps to reproduce it.
- Mention the expected vs. actual behavior.
- Include screenshots or logs if applicable.
When suggesting a feature:
- Explain the motivation and use case.
- Provide relevant context and details to guide development.
Thank you for contributing to Rextensity!