Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.42 KB

COUNTRIBUTING.md

File metadata and controls

38 lines (23 loc) · 1.42 KB

Contributing to .NET Cameroon Community Website

First off, thanks for taking the time to contribute! The following is a set of guidelines for contributing to our project.

How Can I Contribute?

Reporting Bugs

If you find a bug, please create an issue describing the bug and the steps to reproduce it. Ensure the issue hasn't already been reported.

Suggesting Features

We welcome feature suggestions. Please create an issue detailing your idea and why you think it would benefit the project.

Submitting Pull Requests

  1. Fork the repository.
  2. Head on the website documentation here and read it
  3. Create your feature branch (git checkout -b feature/AmazingFeature) from the develop branch ⚠️⚠️.
  4. Commit your changes (git commit -m 'Add some AmazingFeature').
  5. Push to the branch (git push origin feature/AmazingFeature).
  6. Open a pull request into the develop branch not main ⚠️⚠️⚠️.

Coding Standards

Please ensure your code adheres to the following standards:

  • Use meaningful variable and method names.
  • Include comments where necessary.
  • Follow the existing code style.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.