Welcome to Newsgears! We appreciate your interest and contributions.
Before you start contributing, please make sure you have read the README.md to understand the purpose and goals of the project.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/lostsidewalk/newsgears-app.git
-
Create a new branch for your contribution:
git checkout -b feature/your-feature
-
Make your changes, following the coding and style guidelines of the project.
-
Test your changes thoroughly.
-
Commit your changes with a descriptive commit message:
git commit -m "Add your descriptive commit message here"
-
Push your changes to your forked repository:
git push origin feature/your-feature
-
Open a pull request (PR) from your forked repository to the main repository's master branch.
-
Ensure your PR title and description clearly describe the changes you've made.
-
Participate in the code review process, addressing any feedback.
Be respectful and inclusive of others.
Follow the code of conduct.
Help others in the community with kindness and patience.