Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit f51841b

Browse files
committed
Added Contribution, New Issue, and PR templates
1 parent ed45071 commit f51841b

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Submitting Issues
2+
3+
1. Please include all the requested information in the New Issue template and be as thorough as possible with your description.
4+
5+
2. If you can include a link to a solution/project which helps reproduce the issue, we will be more likely to resolve the issue more quickly.
6+
7+
3. If you're dealing with an exception or crash of some type, include any stack traces, build logs, or adb logcat information that is relevant.
8+
9+
4. Use markdown formatting to include code snippets, logs, etc.
10+
11+
-----------------------------------------------------------
12+
13+
14+
# Contributing
15+
16+
1. You will need to sign a contributor license agreement (CLA) before your contributions can be accepted. If you haven't already done so, the CLA Bot will comment on the pull request you just created and guide you on how to sign the CLA.
17+
18+
2. You should fork/branch from the `dev` branch.
19+
20+
3. Make sure the `libs`, `samples`, `nuget`, and `component` targets all build.
21+
22+
4. Parameter name fixes should go in the `Metadata.ParameterNames.xml` file for each project.

.github/ISSUE_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Xamarin.Android Version (eg: 6.0):
2+
3+
4+
### Operating System & Version (eg: Mac OSX 10.11):
5+
6+
7+
### Support Libraries Version (eg: 23.3.0):
8+
9+
10+
### Describe your Issue:
11+
12+
13+
### Steps to Reproduce (with link to sample solution if possible):
14+
15+
16+
### Include any relevant Exception Stack traces, build logs, adb logs:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Support Libraries Version (eg: 23.3.0):
2+
3+
4+
### Does this change any of the generated binding API's?
5+
6+
7+
### Describe your contribution

0 commit comments

Comments
 (0)