Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 2.1 KB

CONTRIBUTING.md

File metadata and controls

64 lines (47 loc) · 2.1 KB

Contributing to Awesome Web Dev

First off, Thank you for considering contributing to this project!. It's people like you that make this list useful and help the community grow.We welcome all kinds of contributions, including new resources, improvements to existing resources, and general feedback.

How to Contribute

We want contributing to this awesome list to be as simple as possible. Just follow these steps:

  1. Fork the Repository

    • Click the "Fork" button at the top-right corner of this page.
  2. Clone Your Fork

    • Clone your forked repository to your local machine:
      git clone https://github.com/your-username/awesome-web-dev-resources.git
      cd awesome-web-dev-resources
  3. Create a New Branch

    • Create a new branch for your changes:
      git checkout -b my-new-branch
  4. Make Your Changes

    • Add your changes to the list. Make sure your additions are relevant, well-structured, and formatted properly.
  5. Update .github/CONTRIBUTORS.md

    • Add your name and GitHub profile link to the .github/CONTRIBUTORS.md file:
      - [Your Name](https://github.com/your-username)
  6. Commit Your Changes

    • Commit your changes with a clear and descriptive commit message:
      git add .
      git commit -m "Add [your change] to the list"
  7. Push to Your Fork

    • Push your changes to your forked repository:
      git push origin my-new-branch
  8. Submit a Pull Request

    • Go to the original repository and click the "New Pull Request" button.
    • Ensure your branch is able to merge and submit your pull request.

Contribution Guidelines

  • Ensure your contributions are relevant to Web Development.
  • Follow the existing format and structure for consistency.
  • Check your spelling and grammar.
  • Ensure links are correct and working.
  • Avoid duplicates; check if the item is already included.

Thank you for your contributions!

Code of Conduct

Please note we have a Code of Conduct. By participating, you agree to abide by its terms.