Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

51 lines (38 loc) · 1.57 KB

Contributing to admin-TFG

Thank you for considering contributing to admin-TFG! Your contributions are what make this project better.

How to Contribute

  1. 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/admin-TFG.git
  2. Create a Branch

    • Create a new branch for your feature or bugfix:
      git checkout -b feature/your-feature-name
  3. Make Changes

    • Make your changes in your branch.
    • Ensure your code follows the project's coding standards.
    • Test your changes thoroughly.
  4. 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
  5. 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.

Code of Conduct

Please adhere to the Code of Conduct in all your interactions with the project.

Reporting Issues

If you find any issues or bugs, please report them using the GitHub Issues feature.

Thank You!

Thank you for contributing to admin-TFG! Your support is appreciated.