Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.1 KB

File metadata and controls

31 lines (18 loc) · 1.1 KB

Contributing

Thanks for your interest in contributing to this collection of Computer Science resources. We welcome additions, corrections, and improvements.

How to contribute

  1. Fork the repository.
  2. Create a branch for your change: git checkout -b add-my-resource.
  3. Add or update files. If you're adding a resource, please follow the table format used in README.md.
  4. Commit your change and push your branch.
  5. Open a pull request describing your addition.

Resource entry format

When adding a new resource to the README.md resources table, please follow this row format:

| Resource Name | Short description (1 sentence) | How it helps (1 sentence) | Link |

Example:

| Example Project | A short, one-line description | Why it helps learners | Link |

Be concise and prefer official project pages or GitHub repositories as links.

Code of Conduct

By contributing you agree to follow a basic code of conduct: be respectful, constructive, and give credit where due.


If you have questions about the contribution process, open an issue and we'll help you get started.