Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 909939b

Browse files
committed
github templates added - Issue and PR template
1 parent 5af8bf9 commit 909939b

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Xamarin.Auth Issue
2+
3+
*IF BUG, INCLUDE THIS PART:*
4+
5+
### Version
6+
7+
- [ ] nuget version =
8+
- [ ] component version =
9+
- [ ] sample
10+
11+
12+
### Steps to reproduce
13+
14+
1.
15+
2.
16+
3.
17+
18+
Platform:
19+
20+
- [] .NET version =
21+
- [] mono version =
22+
23+
24+
### Expected behaviour
25+
26+
Tell us what should happen
27+
28+
### Actual behaviour
29+
30+
Tell us what happens instead
31+
Can you also include a screen shot?
32+
33+
34+
35+
*IF IT IS A NEW FEATURE REQUEST, INCLUDE THIS PART:*
36+
37+
### Feature description
38+
39+
Write a description of the feature. How should it work? How should it look?
40+
Include some graphics if this could help!
41+

.github/PULL_REQUEST_TEMPLATE.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Xamarin.Auth Pull Request
2+
3+
Fixes # .
4+
5+
### Checklist
6+
7+
- [ ] I have included examples or tests
8+
- [ ] I have updated the change log
9+
- [ ] I am listed in the CONTRIBUTORS file
10+
- [ ] I have cleaned up the commit history (use rebase and squash)
11+
12+
### Changes proposed in this pull request:
13+
14+
-
15+
-
16+
-

0 commit comments

Comments
 (0)