Thank you for your interest in contributing to this repository. Your contributions can help make this repository a valuable resource for the community. Whether you want to fix a typo, add new content, or improve existing materials, your help is greatly appreciated.
-
Fork the Repository: If you're not a collaborator or contributor already, fork the repository to your GitHub account.
-
Clone the Repository: Clone your forked repository to your local machine:
git clone https://github.com/wesleybertipaglia/backend-challenges.git
-
Create a New Branch: Create a new branch for your contribution:
git checkout -b feature/your-contribution
Please choose a descriptive branch name related to your contribution. -
Make Your Contribution: Create or modify content in the repository. You can add new tutorials, fix typos, or improve existing material.
-
Commit Your Changes: After making your changes, commit them with a clear and concise commit message:
git add . git commit -m "Added a new tutorial on topic X"
-
Push to Your Fork: Push your changes to your GitHub fork:
git push origin feature/your-contribution
-
Create a Pull Request: Go to the original repository on GitHub and create a pull request (PR). Provide a clear description of your changes and why they are valuable.
-
Review and Collaboration: Collaborators and maintainers will review your PR. Be prepared to address any feedback or suggestions.
-
Merge: Once your PR is approved, it will be merged into the main repository.