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".
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聽was about to聽do聽this myself, but聽then I聽noticed that @ankiiitraj has聽already signed up聽for聽this, so聽I鈥檒l聽at聽least post my findings.
Occurrences of聽
https://bugzilla.mozilla.org/form.mdn in聽the聽kuma聽codebase:
https://github.com/mozilla/kuma/blob/a1c30da6316e54c829af82f3a06cc400d874412a/contribute.json#L22-L27 https://github.com/mozilla/kuma/blob/a1c30da6316e54c829af82f3a06cc400d874412a/jinja2/500.html#L34-L36 https://github.com/mozilla/kuma/blob/a1c30da6316e54c829af82f3a06cc400d874412a/jinja2/includes/header-main-nav.html#L68-L70 https://github.com/mozilla/kuma/blob/a1c30da6316e54c829af82f3a06cc400d874412a/kuma/javascript/src/header/__snapshots__/header.test.js.snap#L407-L414 https://github.com/mozilla/kuma/blob/a1c30da6316e54c829af82f3a06cc400d874412a/kuma/javascript/src/header/main-menu.jsx#L131-L135 https://github.com/mozilla/kuma/blob/a1c30da6316e54c829af82f3a06cc400d874412a/tests/pages/base.py#L91
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.
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-githubNext, 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.mdntohttps://github.com/mozilla/kuma/issues/newAlso, where the text label reads
Report a bug, let's change that toReport 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.