File tree 3 files changed +70
-0
lines changed
.github/PULL_REQUEST_TEMPLATE 3 files changed +70
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ Short description of change in documentation
3
+ -->
4
+
5
+ Description
6
+ -----------
7
+ <!--
8
+ Additional information about the PR answering following questions:
9
+
10
+ * Is this new addition to documentation ?
11
+ * Is this change correction of existing documentation?
12
+ * More detail if necessary to describe all commits in pull request.
13
+ -->
14
+ Fixes: #<issue number > ...
15
+
16
+ Checklist
17
+ ---------
18
+ - [ ] Rebased on latest master
19
+ - [ ] Documentation Generation Successful
20
+ - [ ] Documentation Tests Pass
Original file line number Diff line number Diff line change
1
+
2
+ <!--
3
+ Short description of change
4
+
5
+ This should be one or two sentences that describe the overall
6
+ motivation of the PR. Description of what was done for an unfamiliar
7
+ reviewer.
8
+ -->
9
+
10
+ Description
11
+ -----------
12
+ <!--
13
+ Additional information about the PR answering following questions:
14
+
15
+ * Is this a new feature or a bug fix?
16
+ * More detail if necessary to describe all commits in pull request.
17
+ * Why these changes are necessary.
18
+ * New functions and their functionality.
19
+ * Future changes not implemented in this PR.
20
+ -->
21
+ Fixes: #<issue number > ...
22
+
23
+ Changes to Users
24
+ ----------------
25
+ <!--
26
+ * Additional options added to the build.
27
+ * What changes will existing users have to make to their code or build steps?
28
+ -->
29
+
30
+ Checklist
31
+ ---------
32
+ <!-- Check if done or not applicable -->
33
+ - [ ] Rebased on latest master
34
+ - [ ] Code compiles
35
+ - [ ] Tests pass
36
+ - [ ] Functions documented
Original file line number Diff line number Diff line change
1
+ <!--
2
+ Short description of the new example
3
+ -->
4
+
5
+ Description
6
+ -----------
7
+ <!--
8
+ What feature of rust wrapper or ArrayFire is the example show casing?
9
+ -->
10
+
11
+ Checklist
12
+ ---------
13
+ - [ ] Rebased on latest master
14
+ - [ ] Code compiles
You can’t perform that action at this time.
0 commit comments