Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

31 lines (18 loc) · 1.3 KB

Contributing

Thank you for investing your time.

Issues

Create a new issue

If you spot a problem, search if an issue already exists.

Solve an issue

Scan through existing issues to find one that interests you.

Make Changes

  1. Fork the repository.
  2. Create a working branch using the opened issue. Use the "Create branch" inside the issue in the development section.

Commit your update

Commit the changes once you are happy with them.

Pull Request

When you're finished with the changes, create a pull request.

  • Don't forget to link PR to issue if you are solving one.
  • Enable the checkbox to allow maintainer edits so the branch can be updated for a merge.
  • As you update your PR and apply changes, mark each conversation as resolved.
  • If you run into any merge issues, checkout this git tutorial to help you resolve merge conflicts and other issues.