You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Templates
2
2
3
+
## Issues, Pull Requests, Merge Requests
4
+
3
5
This repository stories issue, pull request and merge request templates for Matrix AI
4
6
5
7
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.
19
21
- feature - for feature branches
20
22
- staging - for staging branches
21
23
- 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.
23
25
- feature
24
26
- staging
25
27
- tag
28
+
* application-js-cloudflare - TS/JS projects that produce Cloudflare applications
29
+
- feature
30
+
- staging
31
+
- master
32
+
- feature-closed
26
33
27
34
To use them, for example in a library-js project. You create 3 caller workflows
0 commit comments