-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Authored-by: Jhonathan Aristizabal <[email protected]>
- Loading branch information
Showing
3 changed files
with
27 additions
and
30 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 @@ | ||
# Maintainer/Contributor Guidelines for this repository | ||
|
||
This guide is intended for maintaners, | ||
|
||
## CI | ||
|
||
- The pipelines run on an internal deployment of Concourse. | ||
|
||
- The script to update the pipelines is called `ci/scripts/update-ci.sh` and its called using a preconfigured concourse target. | ||
|
||
## PRs | ||
|
||
- We recommend that any feature requests / bug fixes be submitted as PRs. We recommend that when individuals | ||
submit PRs, they have read the [Decisions](README.md#decisions) section of the readme in order to determine whether or not | ||
the functionality they are requesting is generic and minimal enough to be added. If not, it is recommended | ||
that this functionality live in a separate repository. | ||
|
||
## Cutting a release | ||
|
||
- Update the [CHANGELOG.md](CHANGELOG.md) file. | ||
- Create a new tag with the version number and pointing to the commit with the latest change introduced. | ||
- Create a release. |
This file was deleted.
Oops, something went wrong.
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