Kuma: Change "Report a bug" link in "Feedback" menu to GitHub

Created on 15 Aug 2019  路  6Comments  路  Source: mdn/kuma

Now that we're switching to using GitHub issues, we should redirect people filing bugs to here instead.

It might be out of scope but I've never liked that it says "Report a bug" but typing "Report a bug/feature" isn't great either. Perhaps we can consider "Report an issue".

good first issue

Most helpful comment

Hey @ankiiitraj,

No worries lets try another approach. With the repository cloned on your machine, go ahead and create a feature branch(ensure you have the latest from master before creating the new branch), like so: git checkout -b issue#5647-change-report-a-bug-to-point-to-github

Next, have a look at all of the instances mentioned by @ExE-Boss here https://github.com/mozilla/kuma/issues/5647#issuecomment-522613077 and update the URL from https://bugzilla.mozilla.org/form.mdn to https://github.com/mozilla/kuma/issues/new

Also, where the text label reads Report a bug, let's change that to Report an issue.

Once you have done that, please open a pull request and assign me as the reviewer. I will then review and test the code, and we can take it from there.

Please let me know if any of the above is unclear.

All 6 comments

Opening this up as a good first issue. Perhaps @ankiiitraj will be interested in this one?

Thank You @schalkneethling . I am interested in this fixing this issue as my first contribution. Please guide me in this issue.

Thank You @schalkneethling . I am interested in this fixing this issue as my first contribution. Please guide me in this issue.

Great! The first step it to get Kuma running locally on your machine. If you have not already done so, please follow the instructions here and let me know should you run into any trouble.

I am sorry @schalkneethling, I found my PC hardware requirements not sufficient for Docker to be operated. Can you suggest me an alternative way of solving the issue.

Hey @ankiiitraj,

No worries lets try another approach. With the repository cloned on your machine, go ahead and create a feature branch(ensure you have the latest from master before creating the new branch), like so: git checkout -b issue#5647-change-report-a-bug-to-point-to-github

Next, have a look at all of the instances mentioned by @ExE-Boss here https://github.com/mozilla/kuma/issues/5647#issuecomment-522613077 and update the URL from https://bugzilla.mozilla.org/form.mdn to https://github.com/mozilla/kuma/issues/new

Also, where the text label reads Report a bug, let's change that to Report an issue.

Once you have done that, please open a pull request and assign me as the reviewer. I will then review and test the code, and we can take it from there.

Please let me know if any of the above is unclear.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Matsuuu picture Matsuuu  路  5Comments

krishnadevz picture krishnadevz  路  12Comments

peterbe picture peterbe  路  7Comments

wbamberg picture wbamberg  路  9Comments

peterbe picture peterbe  路  6Comments