Skip to content

Commit

Permalink
doc: branch guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
julio4 committed Nov 21, 2024
1 parent 397e684 commit d75b1c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ When contributing to this repository, please first discuss the change you wish t

Join the telegram channel: https://t.me/StarknetByExample

The release branch is `main`. The development branch is `dev` and is considered stable (but not released yet).
When you want to contribute, please create a new branch from `dev` and open a pull request to merge your changes back into `dev`.
You should never open a pull request to merge your changes directly into `main`.

The `dev` branch is deployed at https://starknet-by-example-dev.voyager.online/

Please note we have a code of conduct, please follow it in all your interactions with the project.

## Table of Contents
Expand Down

0 comments on commit d75b1c8

Please sign in to comment.