Skip to content

Commit 1ba45d7

Browse files
authored
Merge pull request #253 from pavanky/master
Adding issue and pull request templates to comply with twitter OSS best practices.
2 parents 562f807 + 71dec13 commit 1ba45d7

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
One line summary of the issue here.
2+
3+
### Expected behavior
4+
5+
As concisely as possible, describe the expected behavior.
6+
7+
### Actual behavior
8+
9+
As concisely as possible, describe the observed behavior.
10+
11+
### Steps to reproduce the behavior
12+
13+
Please list all relevant steps to reproduce the observed behavior.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Problem
2+
3+
Explain the context and why you're making that change. What is the
4+
problem you're trying to solve? In some cases there is not a problem
5+
and this can be thought of being the motivation for your change.
6+
7+
Solution
8+
9+
Describe the modifications you've done.
10+
11+
Result
12+
13+
What will change as a result of your pull request? Note that sometimes
14+
this section is unnecessary because it is self-explanatory based on
15+
the solution.

0 commit comments

Comments
 (0)