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

Commit 2cf62dc

Browse files
committed
Merge branch 'portable-bait-and-switch'
2 parents 1acfdc6 + 4ff7622 commit 2cf62dc

File tree

1,351 files changed

+94687
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,351 files changed

+94687
-11
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
insert_final_newline = true
8+
indent_style = space
9+
indent_size = 4

.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)