Welcome! We're excited that you're interested in contributing to Nexpo app. Whether you're here to report an issue, submit a feature request, or contribute code, we appreciate your effort and time. By following these guidelines, you can help us maintain a smooth and collaborative development process.
Please note that by participating in this project, you are expected to follow our Code of Conduct. We strive to maintain a respectful and inclusive community for everyone.
If you encounter any bugs, glitches, or other issues while using Nexpo app, please let us know by opening an issue. Be sure to provide as much detail as possible to help us understand and reproduce the problem.
We welcome suggestions for new features or improvements to Nexpo app. Feel free to open an issue to discuss your ideas and requirements.
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/careerfairsystems/nexpo-app.git
- Create a new branch for your changes:
git checkout -b feature-name
- Write your code, fix bugs, or implement new features.
- Commit your changes with descriptive commit messages.
- Keep your code up to date with the main branch:
git fetch origin && git rebase origin/main
Ensure that your changes are well-tested. We appreciate contributions that include appropriate tests to maintain code quality.
Follow the project's established code style to maintain consistency. If there are no specific guidelines, adhere to commonly accepted practices for the programming language or technology you're working with.
- Push your changes to your forked repository.
- Create a pull request against the
main
branch of the main repository. - Provide a clear and descriptive title for your pull request.
- Include a detailed description of your changes and the problem they solve.
- Reference related issues and pull requests, if applicable.
Our team will review your pull request and provide feedback. Once everything is in order, your contribution will be merged. Thank you for your help!
We deeply appreciate and acknowledge the time and effort put forth by our community members to improve Nexpo app. Your contributions make a significant difference, and we're grateful for your support.