Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Nov 23, 2020
1 parent 298dd3f commit fc01a6c
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,62 @@
# FuzzPy

## Contributions are highly appreciated

### All contributors will be granted credit on the following list

* Leynier Gutiérrez González ([@leynier](https://github.com/leynier))

You can help out by:

* Reporting a bug
* Reviewing the code
* Submitting a fix
* Proposing new features
* Becoming a maintainer

## Branches

We're using the following branches to manage work:

* `develop` is semi-stable and should be used as the branch to fork from
* `master` is stable and ready for prod (or it will be once we merge in the first release)
* `feature`, `bug` branches: unstable development

## How to report bugs

We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https:ithub.//gcom/covid19-cuba-efforts/covid19cuba-app/issues/new/choose); it's that easy!

### Write bug reports with detail, background, and sample code

**Great Bug Reports** tend to have:

* A quick summary and/or background
* Steps to reproduce
* Be specific!
* Give sample code if you can.
* What you expected to happen
* What actually happens
* Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)

We <3 thorough bug reports.

## How to contribute code

We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.

Pull requests are the best way to propose changes to the codebase. We use a loose version of Git Flow
and actively welcome your pull requests:

1. Set up your local development environment. See [USAGE.md](USAGE.md) for instructions.
2. Make sure to use the latest Flutter stable-channel SDK release.
3. Create a new branch based on `develop`:
* Feature branches should start with `feature/`
* Bugfix branches should start with `bug/`
4. Implement your changes.
5. Add tests if applicable.
6. Make sure your code lints.
7. Issue that pull request!

### Any contributions you make will be under the MIT License

When you submit code changes, your submissions are understood to be under the same [MIT](LICENSE) that covers the project.

0 comments on commit fc01a6c

Please sign in to comment.