From 8d5431e62a9bed1802762a61c3f797ecf9b2dc29 Mon Sep 17 00:00:00 2001 From: Howard O'Leary Date: Thu, 1 Oct 2015 13:24:26 -0400 Subject: [PATCH 1/4] added contributing.md file --- CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..e69de29b From edbb740d25a4a033b89667c7a34f908384d2f58f Mon Sep 17 00:00:00 2001 From: Howard O'Leary Date: Thu, 1 Oct 2015 13:28:36 -0400 Subject: [PATCH 2/4] put some markdown in to see how this file works with github --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e69de29b..22831208 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +## Souper KEWL. \ No newline at end of file From f393b43f0a36a56b155275ace550d7f0edf6120f Mon Sep 17 00:00:00 2001 From: Howard O'Leary Date: Thu, 1 Oct 2015 14:13:01 -0400 Subject: [PATCH 3/4] created initial CONTRIBUTING.md file with quicklink --- CONTRIBUTING.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 22831208..8c9acab6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,26 @@ -## Souper KEWL. \ No newline at end of file +## Contribution Guidelines + +Have you found a bug? Do you have a new idea for a feature? Want to submit an issue to help us improve the site? Thanks so much! Please use the below format to pass on all the details and increase the chance your issue will be picked up. + +### Quicklink: [Submit An Issue](https://github.com/CodeMontageHQ/codemontage/issues/new?body=Description%0A-------%0A%20%0A%0AAsk%0A--------%0A%0ASteps%0A--------%0A%0ATo%20Do%20(Optional)%0A--------%0A%0AAdditional%20Info%20(Optional)%0A--------%0A) + +### Description +Include a high level description of the feature or error here including steps of how to recreate if applicable. Include any benefits, challenges or considerations. Can be short and sweet. Use GitHub-flavored markdown to link any related issues. + +### Ask +Describe the desired behavior and what would deem this issue/bug/feature complete. If there are several options, list them or create separate issues for them. + +### To Do (optional) + + Steps + To + Complete + Fix + Go in a task list + +### Additional Info (optional) +Include any images, steps to recreate, notes, emojis, or whatever. This may helpfully include code snippets, screenshots, and/or videos of a bug in its natural habitat. + +#[Create Issue!](https://github.com/CodeMontageHQ/codemontage/issues/new?body=Description%0A-------%0A%20%0A%0AAsk%0A--------%0A%0ASteps%0A--------%0A%0ATo%20Do%20(Optional)%0A--------%0A%0AAdditional%20Info%20(Optional)%0A--------%0A) + +This format is heavily borrowed from [Girl Develop It](https://github.com/girldevelopit/gdi-new-site). Thanks GDI Team! \ No newline at end of file From 8fb9461e5f4b25d5d4314120875b4aefe7ada241 Mon Sep 17 00:00:00 2001 From: Howard O'Leary Date: Mon, 19 Oct 2015 19:12:51 -0400 Subject: [PATCH 4/4] added space after octothorpe (my bad) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c9acab6..4cc9cad7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,6 @@ Describe the desired behavior and what would deem this issue/bug/feature complet ### Additional Info (optional) Include any images, steps to recreate, notes, emojis, or whatever. This may helpfully include code snippets, screenshots, and/or videos of a bug in its natural habitat. -#[Create Issue!](https://github.com/CodeMontageHQ/codemontage/issues/new?body=Description%0A-------%0A%20%0A%0AAsk%0A--------%0A%0ASteps%0A--------%0A%0ATo%20Do%20(Optional)%0A--------%0A%0AAdditional%20Info%20(Optional)%0A--------%0A) +# [Create Issue!](https://github.com/CodeMontageHQ/codemontage/issues/new?body=Description%0A-------%0A%20%0A%0AAsk%0A--------%0A%0ASteps%0A--------%0A%0ATo%20Do%20(Optional)%0A--------%0A%0AAdditional%20Info%20(Optional)%0A--------%0A) This format is heavily borrowed from [Girl Develop It](https://github.com/girldevelopit/gdi-new-site). Thanks GDI Team! \ No newline at end of file