Skip to content

Commit

Permalink
chore: Review contribute guidelines (#790)
Browse files Browse the repository at this point in the history
* chore: Enforce contribute to development branch message

* fix: Remove unwanted title.
  • Loading branch information
x1m3 committed Sep 20, 2024
1 parent 0ffade8 commit 012529e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Welcome to Issuer Node! We're thrilled to have you here. Before you get started,

**Requesting Features**: If you have ideas for new features or enhancements, please submit a feature request on GitHub.

**Submitting Changes**: Fork the repository, make your changes, and submit a pull request. Be sure to follow the guidelines outlined below.
**Submitting Changes**: Fork the repository, make your changes, and submit a pull request. The `develop` branch is the default branch for development. Pull request to `main` branch only will be accepted for hotfixes or releases. Please follow the guidelines outlined below.

## Getting Started

Expand All @@ -41,7 +41,7 @@ Submit concise and focused pull requests with clear descriptions.

Follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) specification both for the commits and PR names.

Use develop as the base and target branch for pull requests.
Use `develop` as the base and target branch for pull requests. Develop is our base branch for development. We create feature branches from develop and merge them back into develop when the feature is complete. From time to time we integrate the `develop` branch into `main`.

Be responsive to feedback and address any review comments promptly.

Expand Down

0 comments on commit 012529e

Please sign in to comment.