Skip to content

Commit dc99664

Browse files
authored
Merge pull request atom#23655 from icecream17/patch-11
(docs) Add FAQ link
2 parents 6596e0f + f333883 commit dc99664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ This project and everyone participating in it is governed by the [Atom Code of C
4040
4141
We have an official message board with a detailed FAQ and where the community chimes in with helpful advice if you have questions.
4242

43-
* [Github Discussions, the official Atom](https://github.com/atom/atom/discussions)
44-
* [Atom FAQ](https://github.com/atom/atom/discussions)
43+
* [Github Discussions, the official Atom message board](https://github.com/atom/atom/discussions)
44+
* [Atom FAQ](https://flight-manual.atom.io/faq/)
4545

4646
## What should I know before I get started?
4747

@@ -110,7 +110,7 @@ Before creating bug reports, please check [this list](#before-submitting-a-bug-r
110110
#### Before Submitting A Bug Report
111111

112112
* **Check the [debugging guide](https://flight-manual.atom.io/hacking-atom/sections/debugging/).** You might be able to find the cause of the problem and fix things yourself. Most importantly, check if you can reproduce the problem [in the latest version of Atom](https://flight-manual.atom.io/hacking-atom/sections/debugging/#update-to-the-latest-version), if the problem happens when you run Atom in [safe mode](https://flight-manual.atom.io/hacking-atom/sections/debugging/#check-if-the-problem-shows-up-in-safe-mode), and if you can get the desired behavior by changing [Atom's or packages' config settings](https://flight-manual.atom.io/hacking-atom/sections/debugging/#check-atom-and-package-settings).
113-
* **Check the [discussions](https://github.com/atom/atom/discussions)** for a list of common questions and problems.
113+
* **Check the [faq](https://flight-manual.atom.io/faq/) and the [discussions](https://github.com/atom/atom/discussions)** for a list of common questions and problems.
114114
* **Determine [which repository the problem should be reported in](#atom-and-packages)**.
115115
* **Perform a [cursory search](https://github.com/search?q=+is%3Aissue+user%3Aatom)** to see if the problem has already been reported. If it has **and the issue is still open**, add a comment to the existing issue instead of opening a new one.
116116

0 commit comments

Comments
 (0)