Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.91 KB

CONTRIBUTING.md

File metadata and controls

53 lines (34 loc) · 1.91 KB

Contributing to Awesome-IDEs

Thank you for considering contributing to the Awesome-IDEs repository! Your contributions help make this resource even more valuable to the developer community.

How to Contribute

  1. Fork the repository to your GitHub account.
  2. Clone your forked repository to your local machine:
git clone https://github.com/your-username/Awesome-IDEs.git
  1. Create a new branch for your contribution (Optinal):
git checkout -b feature/new-idea
  1. Make your changes and improvements to the repository.

  2. Commit your changes:

git commit -m "Add a brief description of your changes"
  1. Push your changes to your forked repository:
git push origin feature/new-idea
  1. Create a pull request from your forked repository to the main Awesome-IDEs repository.

Guidelines for Contributions

  • Make sure your contribution is related to Integrated Development Environments (IDEs) or tools that enhance the coding experience.
  • Your contribution can be a new IDE, a language-specific extension, a plugin, a tutorial, or anything that adds value to the repository.
  • Please ensure that your contribution adheres to the content structure and formatting of the existing entries.
  • Provide a concise and informative description of the IDE or tool, along with a link to its official website or repository.
  • When adding a new entry, consider categorizing it appropriately under the relevant section.
  • Double-check for any typos, grammatical errors, and broken links before submitting your pull request.

Code of Conduct

Please note that by contributing to this project, you are expected to Be respectful, inclusive, and considerate towards other contributors.

Getting Help

If you need any assistance or have questions, feel free to open an issue in the repository. Our community members are here to help!

Thank you for your contributions and for being a part of the Awesome-IDEs community.