mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 17:54:10 +00:00
fix up CONTRIBUTING.md, update "submit bugs" links with this change
This commit is contained in:
parent
878c9756d1
commit
aca122d6de
4 changed files with 8 additions and 7 deletions
|
|
@ -1,11 +1,12 @@
|
|||
# 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).
|
||||
1. go to the [issue queue](https://github.com/lefnire/habitrpg/issues?state=open) 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)
|
||||
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 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
|
||||
|
||||
HabitRPG uses [Trello](https://trello.com/b/EpoYEYod/habitrpg) to track feature requests. [Read more](https://trello.com/c/8gzGlle8/142-how-to-submit-a-new-request).
|
||||
|
||||
# Contributing Code
|
||||
TODO: add CLA link
|
||||
|
|
@ -105,6 +105,6 @@
|
|||
h3 Tavern Talk
|
||||
include ./chat-box
|
||||
small.alert.alert-info.
|
||||
Note: if you're reporting a bug, the developers won't see it here. <a href='http://community.habitrpg.com/node/280' target='_blank'>Follow these instructions</a> instead.
|
||||
Note: if you're reporting a bug, the developers won't see it here. Please <a href='https://github.com/HabitRPG/habitrpg/issues' target='_blank'>use Github instead</a> .
|
||||
ul.unstyled.tavern-chat
|
||||
include ./chat-message
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ footer.footer(ng-controller='FooterCtrl')
|
|||
h4 Community
|
||||
ul.unstyled
|
||||
li
|
||||
a(target='_blank', href='https://github.com/lefnire/habitrpg/issues?state=open') Submit Bug
|
||||
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues') Submit Bug
|
||||
li
|
||||
a(target='_blank', href='https://trello.com/board/habitrpg/50e5d3684fe3a7266b0036d6') Request Feature
|
||||
li
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
span.label(ng-if='profile.contributor.level', class='label-contributor-{{profile.contributor.level}}') {{contribText(profile.contributor, profile.backer)}}
|
||||
span.label(ng-if='!profile.contributor.level') Contributor
|
||||
small.
|
||||
Has contributed to HabitRPG (code, design, pixel art, legal advice, docs, etc). Want this badge? Fix a bug :)
|
||||
Has contributed to HabitRPG (code, design, pixel art, legal advice, docs, etc). Want this badge? <a href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG' target='_blank'>Read more</a>.
|
||||
hr
|
||||
|
||||
div(ng-if='profile.backer.tier')
|
||||
|
|
|
|||
Loading…
Reference in a new issue