Thank you for considering contributing to Frontend-TFG! Your contributions are what make this project better.
-
Fork the Repository
- Click the "Fork" button at the top right of this page.
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/frontend-TFG.git
-
Create a Branch
- Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
- Create a new branch for your feature or bugfix:
-
Make Changes
- Make your changes in your branch.
- Ensure your code follows the project's coding standards.
- Test your changes thoroughly.
-
Commit and Push Changes
- Commit your changes with a clear and descriptive message:
git add . git commit -m "Description of your changes"
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Commit your changes with a clear and descriptive message:
-
Submit a Pull Request
- Go to the original repository on GitHub and click on the "Pull Requests" tab.
- Click "New Pull Request" and select your branch.
- Provide a clear description of your changes and submit the pull request.
Please adhere to the Code of Conduct in all your interactions with the project.
If you find any issues or bugs, please report them using the GitHub Issues feature.
Thank you for contributing to Frontend-TFG! Your support is appreciated.