Skip to content

Commit 4b4d555

Browse files
committed
github pr templates: docs, new example and generic one
1 parent 7bd8cb6 commit 4b4d555

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

0 commit comments

Comments
 (0)