Skip to content

Commit

Permalink
chore: thanks, ctrl-h
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <bruce.becker@egi.eu>
  • Loading branch information
brucellino committed Feb 2, 2025
1 parent 476334c commit 6c29e76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ We have a 3 step process for contributions.

Code review takes place in GitHub pull requests. See [this article](https://help.github.com/articles/about-pull-requests/) if you're not familiar with GitHub Pull Requests.

Once you open a pull request, maintainers will review your code using the built-in code review process in GitHub PRs. The process at this point is as follows:
Once you open a pull request, maintainers will review your code using the built-in code review process in GitHub PRs.
The process at this point is as follows:

1. A maintainer will review your code and merge it if no changes are necessary. Your change will be merged into the repository's `master` branch and will be noted in the project's `CHANGELOG.md` at the time of release.
1. If want your contribution to motivate your inclusion in the authorship, please add a line to that effect in the pull request
Expand Down Expand Up @@ -111,7 +112,7 @@ This pattern says that software versions should take an `X.Y.Z` pattern where:
- Y is a minor release, which adds both new features and bugfixes
- Z is a patch release, which adds just bugfixes

Releases are generally performed after any bugfix / feature enhancement pull request merge. You can watch the Github repository for updates.
Releases are generally performed after any bugfix / feature enhancement pull request merge. You can watch the GitHub repository for updates.
The latest release will always point to the master branch, whilst release candidates will be done in version-specific branches, such as `v0.2.0-rc`.

### Publishing Releases
Expand Down

0 comments on commit 6c29e76

Please sign in to comment.