Skip to content

Commit 3fa01ca

Browse files
committed
chore: updated README with workflows about websites
1 parent ec03678 commit 3fa01ca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Templates
22

3+
## Issues, Pull Requests, Merge Requests
4+
35
This repository stories issue, pull request and merge request templates for Matrix AI
46

57
GitHub templates are stored in `.github`. This repository must be placed under https://github.com/MatrixAI/.github. The `.github` repository name is essential for GitHub to recognise it as a special organisation-template repository.
@@ -19,10 +21,15 @@ are grouped together into different kinds of projects.
1921
- feature - for feature branches
2022
- staging - for staging branches
2123
- tag - for tag branches
22-
* library-js-native - TS/JS projets that produce libraries using native code as NPM packages.
24+
* library-js-native - TS/JS projects that produce libraries using native code as NPM packages.
2325
- feature
2426
- staging
2527
- tag
28+
* application-js-cloudflare - TS/JS projects that produce Cloudflare applications
29+
- feature
30+
- staging
31+
- master
32+
- feature-closed
2633

2734
To use them, for example in a library-js project. You create 3 caller workflows
2835
in `/.github/workflows`:

0 commit comments

Comments
 (0)