forked from gniezen/openpump
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# How to contribute | ||
|
||
We want you to be able to help make better devices for healthcare and lab environments, making it as easy as possible to contribute changes. | ||
|
||
## Getting Started | ||
|
||
There are two ways to get started in contributing to Openpump. If you have found a bug, or have a suggestion, you can submit an issue on GitHub: | ||
|
||
* Make sure you have a [GitHub account](https://github.com/signup/free) | ||
* Submit a ticket for your issue, assuming one does not already exist. | ||
* Clearly describe the issue including steps to reproduce when it is a bug. | ||
|
||
If you'd like to contribute directly to the code, schematics or designs: | ||
|
||
* Fork the repository on GitHub. If you haven't used GitHub before, the desktop client for [Mac](https://mac.github.com/) or [Windows] | ||
(https://windows.github.com/) makes it a bit easier. | ||
* Submit a pull request with your new contribution. | ||
|
||
# Additional Resources | ||
|
||
* [General GitHub documentation](http://help.github.com/) | ||
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/) |