From f51841b288402b536cc6bc62bf0fe0ce45a2492d Mon Sep 17 00:00:00 2001 From: Redth Date: Wed, 20 Apr 2016 09:39:57 -0400 Subject: [PATCH] Added Contribution, New Issue, and PR templates --- .github/CONTRIBUTING.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE.md | 16 ++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 3 files changed, 45 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000..d1fbe530 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Submitting Issues + +1. Please include all the requested information in the New Issue template and be as thorough as possible with your description. + +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. + +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. + +4. Use markdown formatting to include code snippets, logs, etc. + +----------------------------------------------------------- + + +# Contributing + +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. + +2. You should fork/branch from the `dev` branch. + +3. Make sure the `libs`, `samples`, `nuget`, and `component` targets all build. + +4. Parameter name fixes should go in the `Metadata.ParameterNames.xml` file for each project. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..18b1a354 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +### Xamarin.Android Version (eg: 6.0): + + +### Operating System & Version (eg: Mac OSX 10.11): + + +### Support Libraries Version (eg: 23.3.0): + + +### Describe your Issue: + + +### Steps to Reproduce (with link to sample solution if possible): + + +### Include any relevant Exception Stack traces, build logs, adb logs: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..ba5b7054 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +### Support Libraries Version (eg: 23.3.0): + + +### Does this change any of the generated binding API's? + + +### Describe your contribution