Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 2.4 KB

CONTRIBUTING.md

File metadata and controls

64 lines (40 loc) · 2.4 KB

Contributing to the Graduate School Application Toolkit

Thank you for your interest in contributing to the Graduate School Application Toolkit! Your contributions help make this repository a valuable resource for students preparing for graduate school applications. Below are the guidelines for contributing to this project.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your GitHub account.

  2. Clone Your Fork: Clone your forked repository to your local machine using the command:

    git clone https://github.com/your-username/grad-school-app-toolkit.git
  3. Create a Branch: Create a new branch for your contribution.

    git checkout -b feature/your-feature-name
  4. Make Your Changes: Edit, add, or update files as needed. Please make sure to follow the repository’s structure and naming conventions.

  5. Test Your Changes: Ensure that your changes do not introduce any errors. If you are adding a template or example, double-check the formatting and content accuracy.

  6. Commit Your Changes: Commit your changes with a clear and concise commit message.

    git commit -m "Add your commit message here"
  7. Push to GitHub: Push your changes to your forked repository.

    git push origin feature/your-feature-name
  8. Create a Pull Request: Go to the original repository on GitHub and create a pull request (PR) from your branch. Provide a clear description of what you have done and why.

Guidelines for Contributions

  • Templates and Examples: Ensure that all templates and examples are relevant, clear, and formatted correctly. If you are submitting a sample document, include annotations or comments that help highlight key elements.

  • Documentation: Update the README or other relevant documentation if your contribution affects existing content.

  • Code of Conduct: Be respectful and considerate in your contributions and interactions. Follow the project's code of conduct when engaging with the community.

  • Feedback and Review: Be open to feedback from maintainers and reviewers. Address any requested changes promptly.

Need Help?

If you have questions or need guidance, feel free to open an issue on the repository. We appreciate your contributions and look forward to collaborating with you!


Thank you for contributing to Graduate School Application Toolkit!