From 878c9756d1bf245d848c09f7e76a6219b001c6bd Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 26 Nov 2013 16:57:50 -0700 Subject: [PATCH] add CONTRIBUTING.md, which will automatically add a "read this before submitting a ticket" kinda thing to issues. --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..98584215b4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Reporting Bugs + +1. go to the [https://github.com/lefnire/habitrpg/issues?state=open issue queue] and +1. check first that a ticket doesn't already exist, using the (search bar)[https://www.evernote.com/shard/s17/sh/4a159680-a709-4949-9805-d849bc124c1d/6276f24fb1dce8985eec7d5b021edd9c]; then +1. if one hasn't been submitted, (create a new ticket)[https://github.com/lefnire/habitrpg/issues/new] . If at all possible, please include your operating system, browser, (user ID)[http://habitrpg.wikia.com/wiki/Settings#UserID] and **most importantly** any JavaScript errors that may be being thrown (see (Chrome Console instructions)[https://developers.google.com/chrome-developer-tools/docs/console#opening_the_console] for how to do that). + +# Requesting a feature +TODO + +# Contributing Code +TODO: add CLA link \ No newline at end of file