Skip to content

Contribution Guidelines

Tessy Joseph John edited this page Aug 17, 2018 · 7 revisions

Thank you for your interest in contributing to rescuekerala.

Submitting issues

Before filing a bug on github

  1. Before you report a the bug, ensure that it is not already submitted.
  2. if there is an already reported issue, try to add more details to it

How to report a bug

1.For each bug file a separate issue here

Other details you should heed

  1. If you have the exact precise step great - you are filing a very useful issue
  2. If you are able to reproduce occasionally, mention that and provide as many information as possible
  3. Also mention the browser, version, OS,
  4. Adding screenshots, gif etc would make it easier to reproduce.

Reproducing the issues

  1. if you are not able to reproduce any issues locally, mention in #testing inslack

  2. to check if the PR submitted fixes the issue

     ## Testing Pull Requests
    
  3. Checkout the Pull Request you would like to test by

    git fetch origin pull/ID/head:BRANCHNAME`
    git checkout BRANCHNAME
    
  4. Example

    git fetch origin pull/406/head:jaseem  
    git checkout jaseem1
    
  5. Testing Pull Requests

  6. Checkout the Pull Request you would like to test by

    git fetch origin pull/ID/head:BRANCHNAME`
    git checkout BRANCHNAME
    
  7. Example

    git fetch origin pull/406/head:jaseem  
    git checkout jaseem1
    
  8. Run Migration if there is any changes in schema.

  9. Also check if there is any change is env.sample file.If there is update the .env

Clone this wiki locally