-
Notifications
You must be signed in to change notification settings - Fork 1
Contribution
Barista Bot is an open-source project and as such contribution is welcome and encouraged! Many of the planned and in-progress features are posted on the projects page, but other features or improvements are welcome. A contribution can be as simple as fixing a typo in documentation, or as complex as adding support for a new Datasource type.
-
The first step of any contribution is to create a fork of the repository. GitHub makes this easy, as there is a "Fork" icon above every page in the repo.
-
Barista Bot's primary branch is "main," and this is the branch that all Jenkins and DockerHub builds pull from. This is also the recommended branch that new pull requests originate from, as other branches can contain untested fixes and features.
-
After you fork the repository to your own account you are free to start coding! Feel free to start a pull request at any time if you have questions about an implementation. I will be reviewing all requests and will respond as quickly as possible.
-
Please be descriptive in your pull requests, including what was changed and why.
-
After a pull request is accepted it will be merged into the main branch and will automatically be added to the Jenkins and DockerHub build queue.