Skip to content

Commit

Permalink
update: update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sankhadeepdutta authored Oct 1, 2024
1 parent e5fb2d3 commit 2e6aa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Access to the repository is restricted to members of the council (GitHub organiz
## Branching and Deployment Strategy

1. **Default Branch**: The default branch is `develop`. All pull requests (PRs) must go through the `develop` branch before being merged into `main`.
2. **Deployment Pipeline**: Our GitHub Actions [pipeline](https://github.com/pharmaverse/pharmaverse/blob/develop/.github/workflows/pipeline.yml) deploys code from the `main` and `develop` branches (to production and a testing space).
2. **Deployment Pipeline**: The GitHub Actions [pipeline](https://github.com/pharmaverse/pharmaverse/blob/develop/.github/workflows/pipeline.yml) deploys code from the `main` and `develop` branches (to production and a testing space).
3. **Branch Lifecycle**: Once a branch has been deployed to `develop`, it should be deleted.
4. **Issue Tracking**: We utilize [issue templates](https://github.com/pharmaverse/pharmaverse/tree/develop/.github/ISSUE_TEMPLATE) for reporting bugs and requesting features.
4. **Issue Tracking**: The [issue templates](https://github.com/pharmaverse/pharmaverse/tree/develop/.github/ISSUE_TEMPLATE) is utilised for reporting bugs and requesting features.

---

Expand Down

0 comments on commit 2e6aa2a

Please sign in to comment.