Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.13 KB

CONTRIBUTING.md

File metadata and controls

55 lines (38 loc) · 2.13 KB

Contributing to spelling-practice-2

Thank you for considering contributing to spelling-practice-2! Your help is appreciated and we are excited to have you as part of the community. Below are some guidelines to help you get started.

Table of Contents

  1. Getting Started
  2. How to Contribute
  3. Code of Conduct
  4. License

Getting Started

  1. Fork the repository to your own GitHub account.
  2. Clone the repository to your local machine:
    git clone https://github.com/sergi-s/spelling-practice-2.git
  3. Create a new branch for your feature or bugfix:
    git checkout -b my-new-feature

How to Contribute

Reporting Bugs

If you find a bug, please report it by opening an issue in the issue tracker. Include as much detail as possible to help us understand and reproduce the problem.

Suggesting Features

If you have an idea for a feature, please open an issue in the issue tracker. Describe the feature, why it would be useful, and how you envision it working.

Submitting Pull Requests

  1. Make sure your code follows our style guidelines.
  2. Write clear, concise commit messages.
  3. Test your changes thoroughly before submitting.
  4. Submit your pull request:
    • Push your branch to your forked repository:
      git push origin my-new-feature
    • Open a pull request from your forked repository to the main branch of the original repository.
    • Provide a clear description of your changes and the problem they solve.

Code of Conduct

We expect all contributors to adhere to the Contributor Covenant Code of Conduct. Please read it to understand the behavior we expect from all contributors.

License

By contributing to spelling-practice-2, you agree that your contributions will be licensed under the MIT License.

Thank you for helping make spelling-practice-2 better!