Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.84 KB

CONTRIBUTING.md

File metadata and controls

44 lines (35 loc) · 1.84 KB

How to Contribute to SelectorHound

Did you find a bug?

  1. Check and see if it's already been reported under issues.

    • Add your own comments to the issue if you have more information to add
    • Exact parameters you passed in
    • Relevant excerpts from your log.txt file
  2. If it hasn't been reported, open a new issue

    • Include a title and clear description
    • Include the exact parameters you passed in
    • include a sample of the output from your log.txt file
    • Include your version of node and npm

Would you like a new feature?

  1. Check our enhancements.
  2. If yours isn't there, open a new issue and set the label as "enhancement";
    • Use the title to explain in 1 sentence what you're looking for
    • In the description, explain in a few bullet points:
      • How a developer would know the feature has been delivered
      • What the motivation is for this feature?

Would you like to contribute to this?

  1. Find an issue that you'd like to work on
  2. Clone this repository
  3. Make a branch off of develop labeled [issue number]-[short description]
  4. Do your work
  5. JSDoc your code
  6. Write unit tests
  7. Run the linter
  8. Submit a PR to develop
  9. Include how you tested the CLI
  10. Indicate whether this is a patch, minor, or major change

What happens after your PR is approved?

  1. It will be merged into develop
  2. The maintainers will run tests and test the CLI with more examples
  3. They may or may not include additional issues in the merge to develop
  4. When develop is ready for a release, a maintainer will increment the package version and merge it into master
  5. The maintainer will tag the release in master and push it to npm