summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-02-26 09:36:48 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-02-26 09:36:48 -0500
commitff763ddf26049992b0c779ada0167f697ceaeffc (patch)
tree46b5365ef88236ecb632b67b55046e3e85bd2bec
parent2c6e59a757d0c12a28600545372dc82787ddae9c (diff)
downloadsdl_ios-ff763ddf26049992b0c779ada0167f697ceaeffc.tar.gz
Move CONTRIBUTING file to .github/ folder
* Minor updates to ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
-rw-r--r--.github/CONTRIBUTING.md (renamed from CONTRIBUTING.md)0
-rw-r--r--.github/ISSUE_TEMPLATE.md8
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
3 files changed, 6 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 4d8fd2d05..4d8fd2d05 100644
--- a/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 401d7db33..9d11929f5 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,4 +1,4 @@
-Delete any non-applicable sections, but we may ask for more information.
+[Delete any non-applicable sections, but we may ask for more information.]
### Bug Report
[Summary]
@@ -15,9 +15,9 @@ Delete any non-applicable sections, but we may ask for more information.
[Some observed behavior]
##### OS & Version Information
-* iOS Version:
-* SDL iOS Version:
-* Testing Against:
+* iOS Version: [What version of iOS are you using when the bug occurred]
+* SDL iOS Version: [What version of the library has this bug been seen on]
+* Testing Against: [What you tested with to observe this behavior]
##### Test Case, Sample Code, and / or Example App
[Paste a link to a PR, gist, or other code that exemplifies this behavior]
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c19329a08..2d634b386 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,9 +1,9 @@
Fixes #[issue number]
-This PR is [ready / not ready] for review.
+This PR is **[ready / not ready]** for review.
### Risk
-This PR makes [no / minor / major] API changes.
+This PR makes **[no / minor / major]** API changes.
### Testing Plan
[Describe how you plan to unit test the changes in this PR]