Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.2 KB

File metadata and controls

50 lines (31 loc) · 1.2 KB

Contributing to DevSphere_Resources

Thank you for your interest in contributing! Your contributions help keep this repository useful and up-to-date for everyone.


How to Contribute

You can contribute by:

  1. Adding new resources (books, tutorials, projects, etc.)
  2. Updating existing resources (links, descriptions)
  3. Fixing typos or formatting issues
  4. Suggesting new sections or improvements

Guidelines for Adding Resources

  • Use tables as in the existing .md files:
    • Columns: Resource | Description | How It Helps | Link
  • Include high-quality and reliable resources only
  • Avoid duplicate entries
  • Provide a working link to the resource

Submitting Changes

  1. Fork the repository

  2. Create a new branch for your changes:

    git checkout -b your-branch-name
  3. Make your edits (add/update resources)

  4. Commit your changes:

git commit -m "Add [resource name] to [section]"
  1. Push to your branch and create a Pull Request

Code of Conduct

Please be respectful and professional when contributing. Follow community guidelines and avoid inappropriate content.

Thank you for helping this repo better for everyone ❤️