We're excited to have you contribute to our project. This guide will help you get started with contributing to ISRO MINING SITE APP.
To begin contributing to the ISRO MINING SITE APP, you can either create a new issue for any bug you’ve discovered or a feature you’d like to add (just ensure the issue hasn't already been raised). Alternatively, browse the issues tab and request assignment to any unassigned issue.
- Fork the repository to your own GitHub account.
- Clone the repository Run the following command to download the repository to your local machine:
git clone https://github.com/your-username/ISRO_Mining_Site_FINAL_APP.git
- Create a Branch and switch Create a new branch for your feature or bug fix and switch to it:
git checkout -b <branch-name>
- Make changes and commit Make the necessary changes to the code and commit them with a meaningful commit message.
git add .
git commit -m "Added feature X or fixed bug Y"
- Push the changes Push the changes to your forked repository on GitHub:
git push origin <branch-name>
-
Create a Pull Request Open new pull request to the original repository, referencing the branch you created in step 3. Provide a clear description of the changes you've made.
-
We will review your pull request and merge it