One sentence explanation of the tool.
Why did Brighthive build this?
What does this tool do? Include screenshots and/or GIFs.
Alternatively, this section may enumerate the features of the app. Use bullet points.
[OPTIONAL] This section describes how to use the app, e.g., how to install it via pip
, how to configure it, how to execute useful functions, etc. This section is necessary for libraries and scripts, but may not be useful for web APIs.
Alternatively, you can call this section "Getting Started" – the preferred header if you omit "How to use."
This section should provide instructions for running the app locally: requirements, docker, virtualenv management, etc. Future Brighthive developers need this section, in particular! But this section can also be beneficial to off-the-street open source developers. For this reason, please include the following text somewhere:
We welcome code contributions, suggestions, and reports! Please report bugs and make suggestions using Github issues. The Brighthive team will triage and prioritize your issue as soon as possible.
To autopep8 format from terminal,
pipenv run format
How do I run tests? (And what libraries did we use to write said tests?)
Brighthive welcomes and appreciates your contributions! Contribute by doing one (or more) of the following:
-
Report a bug
Did you encounter a bug? Please open a descriptive issue on Github. We will respond as soon as we can. -
Request a feature
You can request a feature by opening an issue on Github, and if it seems viable, Brighthive will allocate development time to implement it. -
Create a pull request
Check out a branch, push your commits to Github, and open a pull request. (N.b., you can either fork or clone the repo.) Add a detailed description of your changes, and finally, request a review from someone on the Brighthive team (see below).
Read more about the open-source community here, and learn more about creating a pull request here.
Names and titles of core contributors (including people who did not push code to Github). Use bullets, for example:
* Logan Ripplinger (Software Engineer)
* Si Young Byun (Software Engineer)
Include a link to the LICENSE.md file in your repo.