Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 1.72 KB

Contributing to Boriel Basic Documentation

We are excited that you are interested in contributing to the Boriel Basic Documentation. Your help is valuable in making this project better for everyone.

How to Contribute

Reporting Issues

If you find a bug or have a suggestion for improvement, please open an issue. Include detailed information to help us understand and replicate the problem.

Submitting Changes

  1. Fork the Repository: Create a fork of the repository on GitHub.
  2. Create a Branch: Create a new branch for your changes.
    git checkout -b your-feature-branch
  3. Make Changes: Make your changes to the code or documentation.
  4. Commit Changes: Commit your changes with a descriptive commit message.
    git commit -m "Describe your changes"
  5. Push Changes: Push your changes to your forked repository.
    git push origin your-feature-branch
  6. Create a Pull Request: Open a pull request against the main branch of this repository.

Code of Conduct

We are committed to providing a friendly and respectful environment for all contributors. By participating in this project, you agree to abide by our Code of Conduct.

Our Standards

  • Be Respectful: Treat others with respect. Discrimination, harassment, or any kind of abusive behavior will not be tolerated.
  • Be Considerate: Consider the impact of your words and actions. Strive to be inclusive and welcoming.
  • Collaborate Openly: Be open to feedback and collaborate constructively.

Getting Help

If you have any questions or need assistance, feel free to open an issue or reach out to the maintainers.

Thank you for contributing to Boriel Basic Documentation!