Skip to content

Commit e6315dc

Browse files
Add pr templates.
1 parent 528388c commit e6315dc

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
### What is the purpose of the change
2+
(For example: AppConn Core defines the abstractions and interfaces of the AppConn core functions.
3+
It is the core concept that enables DSS to easily and quickly integrate various upper-layer web systems.
4+
Related issues: #590. )
5+
6+
### Brief change log
7+
(for example:)
8+
- Define the core abstraction and interfaces of the AppConn;
9+
- Define the core abstraction and interfaces of the three-level specifications of AppConn.
10+
11+
### Verifying this change
12+
(Please pick either of the following options)
13+
This change is a trivial rework / code cleanup without any test coverage.
14+
(or)
15+
This change is already covered by existing tests, such as (please describe tests).
16+
(or)
17+
This change added tests and can be verified as follows:
18+
(example:)
19+
- Added tests for creating and execute the workflow contains the nodes that DSS has integrated to go through and verify the availability of different AppConns.
20+
21+
### Does this pull request potentially affect one of the following parts:
22+
- Dependencies (does it add or upgrade a dependency): (yes / no)
23+
- Anything that affects deployment: (yes / no / don't know)
24+
- The Core framework, i.e., AppConn, Orchestrator, ApiService.: (yes / no)
25+
26+
### Documentation
27+
- Does this pull request introduce a new feature? (yes / no)
28+
- If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

0 commit comments

Comments
 (0)