Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.82 KB

CONTRIBUTING.md

File metadata and controls

35 lines (27 loc) · 1.82 KB

Contributing Guidelines

I'm having an issue

  1. Search issues, maybe your issue is already solved
  2. Before submitting an issue make sure it's only related to spiderable-middleware package
  3. If your issue is not solved:
    • Give an expressive description of what is went wrong
    • Version of spiderable-middleware you're experiencing this issue
    • Is it NPM or Meteor (Atmosphere) package version?
    • Version of Node.js, NPM and/or Meteor you're experiencing this issue
    • If you're getting an error (exception), please provide full error log (output in console) as file or screenshot

I had an issue and I've solved it on my own

  • Provide a description of steps that you've followed to solve the problem
  • Provide links to websites and/or pages with the information that helped you (if there are any)

I have a suggestion

  1. PRs are always welcome - send a PR
  2. If you're can not send a PR for some reason:
    • Create a new issue ticket
    • Describe your feature / request
    • How you're going to use it? Give a usage example(s)

Documentation is missing something or incorrect (have typos, etc.)

  1. PRs are always welcome - send a PR
  2. If you're can not send a PR to docs for some reason:
    • Create a new issue ticket
    • Give a short description what you have changed/added and why
    • Make sure you're using correct markdown markup
    • Make sure all code blocks starts with triple ``` (backtick) and have a syntax tag, for more read this docs
    • Post addition/changes as issue ticket, we will manage it