Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

55 lines (34 loc) · 1.75 KB

Contributing to Temel-CMake-Notlari

First off, thank you for considering contributing to Temel-CMake-Notlari! Your help is greatly appreciated.

How to Contribute

Reporting Bugs and Issues

If you encounter any issues or have suggestions for improvements, please use the Issues section of the repository:

  1. Go to the Issues tab.
  2. Click on "New Issue".
  3. Provide a detailed description of the issue or suggestion.

Improving Documentation

To improve or add documentation:

  1. Fork the repository.
  2. Make your changes in the docs directory.
  3. Ensure your changes are clear and concise.
  4. Submit a pull request with a detailed explanation of your changes.

Fixing Bugs and Adding Features

  1. Fork the repository.
  2. Create a new branch for your work: git checkout -b feature-name
  3. Make your changes, ensuring they are well-documented and tested.
  4. Push to your fork: git push origin feature-name
  5. Submit a pull request with a detailed description of your changes.

Code Style

  • Follow the existing code style.
  • Ensure your code is well-commented and adheres to the project's conventions.

Pull Requests

  1. Ensure there is a corresponding issue for the pull request.
  2. Clearly describe the purpose of the pull request.
  3. Make sure the pull request does not contain unrelated changes.

Code of Conduct

Please adhere to the Code of Conduct in all your interactions.

License

By contributing, you agree that your contributions will be licensed under the same license as the project: GPL-3.0 License.

Contact

If you have any questions, feel free to reach out by email.

Thank you for your contributions!