Skip to content

Commit 16a1849

Browse files
authored
Update README.md
1 parent 8d19895 commit 16a1849

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# gitflow-R
2+
## This repository contains the GitHub actions to support the Continuous Integration incorporated Branching Strategy (CI-BS) for R package development.
3+
4+
## Instruction to use this tool:
5+
1.Make sure your repository has the following branches:
6+
main
7+
dev
8+
release*
9+
feature*
10+
2. Make a .github/workflows directory under your repo.
11+
3. Copy the gitflow-R-action.yml from https://github.com/fnlcr-bids-sdsi/gitflow-R into the .github/workflows directory.
12+
4. Update information at ' image_to_use: "<Replace with your image>" ' line in gitflow-R-action.yml to a GitHub Package address
13+
5. If you want customed support for actions, please contact us.
14+

0 commit comments

Comments
 (0)