Skip to content

Commit e48e19c

Browse files
authored
Merge branch 'master' into stack-commit
2 parents eda4f73 + 2b43bd7 commit e48e19c

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.github/issue_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
First of all, please read this section
3+
4+
https://github.com/securedeveloper/react-data-export/blob/master/CONTRIBUTING.md
5+
6+
Some advices before file an issue
7+
* Give a brief explanation of the issue, suggestion or feature to request.
8+
* If the issue is a question, provide as much information you have available.
9+
* How can I do in order to reproduce it? What environment?
10+
* Define which version the issue happens and whether previous version the behaviour is correct.
11+
-->
12+
13+
#### My reason:
14+
#### Steps to reproduce:
15+
#### Lib Version:

.github/pull_request_template.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
3+
Before Pull Request check whether your commits follow this convention
4+
5+
https://github.com/securedeveloper/react-data-export/blob/master/CONTRIBUTING.md
6+
7+
* If your PR fix an issue don't forget to update the unit test or add a new one
8+
* If your PR delivers a new feature, please, provide examples and why such feature should be considered.
9+
* Update examples whether is required
10+
* Follow the commit guidelines in order to get a quick approval
11+
12+
Pick one/multiple type, if none apply please suggest one, we might be included it by default
13+
14+
eg: bug / feature
15+
16+
-->
17+
**Type:**
18+
19+
The following has been addressed in the PR:
20+
21+
* There is a related issue?
22+
* Unit or Functional tests are included in the PR
23+
24+
**Description:**
25+
26+
<!-- Resolves #??? -->

0 commit comments

Comments
 (0)