Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

46 lines (25 loc) · 1.76 KB

Contributing

Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given. By contributing, you agree to abide by the code of conduct.

Reporting Issues and Asking Questions

Open an issue for the moment.

Help Us Help You

Please keep in mind that people spend their free time trying to help you. Provide more explanation to allow us to reproduce your issue.

Development

Visit the issue tracker to find a list of open issues that need attention.

Fork, then clone the repo bash git clone https://github.com/your-username/Sketch-Find-And-Replace.git

Setting up your environment

TODO

Docs

We always appreciate improvements to the documentation!

Sending a Pull Request

For non-trivial changes, please open an issue with a proposal for a new feature or refactoring before starting work — we don’t want you to waste your time on a pull request that won’t be accepted.

On the other hand, sometimes the best way to start a discussion is to send a pull request. Use your judgment!

In general, the contribution workflow looks like this:

  • Open a new issue in the Issue tracker.
  • Fork the repo.
  • Create a new feature branch based on the ’master’ branch.
  • Submit a pull request, referencing any issues it addresses.

Please try to keep your pull request focused in scope and avoid including unrelated commits.

After you have submitted your pull request, we’ll try to get back to you as soon as possible. We may suggest some changes or improvements.

Thank you for contributing!

Thierry