Thank you for your interest in contributing to the dxmentorship.com rebuild project. We welcome your contributions to help make the project more efficient, user-friendly, and informative for mentees.
You can contribute to this project in several ways, including but not limited to:
- Reporting issues or bugs
- Enhancing the website's functionality
- Improving the user interface and user experience (UI/UX)
- Adding content, such as details of previous graduates or curriculum information
- Reviewing and improving code
- Writing documentation
Before you begin contributing, please follow these steps:
- Fork the repository to your GitHub account.
- Clone your forked repository to your local machine and add upstream remote:
git clone https://github.com/[YOUR-GITHUB-USERNAME]/dxmentorship.git
cd dxmentorship
git remote add upstream https://github.com/[YOUR-GITHUB-USERNAME]/dxmentorship.git
-
Reporting Issues: If you encounter a bug, issue, or have a feature request, please create an issue on our GitHub repository. When creating an issue, provide as much detail as possible, including steps to reproduce.
-
Pull Requests: If you want to contribute code or enhancements, please follow these guidelines:
- Create a new branch for your feature or fix.
- Make your changes and commit them.
- Test your changes and ensure that they do not introduce new issues.
- Submit a pull request to the main repository with a clear description of your changes.
-
Code Review: We welcome code reviews from contributors. If you are not a developer but would like to help review code or documentation, please feel free to comment on pull requests.
-
Documentation: If you are improving documentation, please follow the existing style and make sure your documentation is clear and concise.
By participating in this project, you agree to abide by our Code of Conduct.
If you have questions, concerns, or need to contact the project team, you can reach out to Discord.
Thank you for your interest in making dxmentorship.com an even better resource for mentees. We appreciate your contributions!