- We are using Github Issues to track and make changes to pFS
- Open a new Issue with according tags
- enhancement: New feature
- bug: Bug Fix
- test: Test case
- Pushing to
master
is blocked so follow these steps to merge your changes:- Create a new Issue
- Open a new branch with formatting:
- [tag_name]-[issue_number]
- i.e. fix-1
- Clone this repo
- Checkout onto new branch
- Commit and Push changes
- Open Pull Request
- Wait for approval or revisions and react accordingly
- A PR requires at least one administrator approval to merge