Commit Graph

152 Commits

Author SHA1 Message Date
Sertonix
00a91b46e7 use init.js by default 2022-11-03 14:15:11 +01:00
Landar
5a44003b09
Rename references of Atom to Pulsar
Co-authored-by: Maurício Szabo <mauricioszabo@users.noreply.github.com>
2022-07-28 10:48:16 +01:00
Landar
b82ffcc0cc
Renamed some more references 2022-07-27 19:43:25 +01:00
Landar
d0f77972f7
Fixed links to be in the Pulsar org
All links to packages should be in Pulsar now
2022-07-27 10:12:56 +01:00
Steven Nguyen
f333883cc5
(docs) Add FAQ link
The discuss forums were replaced with github discussions, but according to https://web.archive.org/web/20191115122202/https://discuss.atom.io/c/faq the discuss was already deprecated, and it linked to the flight manual faq. So this pr adds the faq links from the flight manual
2022-02-24 00:18:16 -06:00
sadick254
8a6581b5c5
Update Discuss links to Github Discussions links
Atom has recently moved to using Github Discussions as the main message
board for all Atom related stuff. It is important to have all Atom
related conversations on one platform to foster transparency.
2021-09-02 22:25:19 +03:00
Dhairya
3a371bb25e
📝 Update Contributing.md (#20707)
* Update Contributing.md
2021-01-19 06:34:39 +03:00
DeeDeeG
0e6df6892a 📝 CONTRIBUTING.md: JS is linted with Prettier
This just documents a long-running practice, as of May 2019.

For the backstory on the change, see:
https://github.com/atom/atom/pull/19391
2020-08-25 19:18:05 +03:00
Landon Abney
57f70e2d7d
Apply suggestions from code review
New `bit.ly` links and a change to one of the target templates.

Co-Authored-By: Jason Rudolph <jason@jasonrudolph.com>
2019-06-14 09:21:07 -07:00
Landon Abney
00e3aa8721
🔥 Use organization level templates
Move to the organization level templates for issues and pull requests, 
removing one of the many copies we have floating around.
2019-06-13 14:31:17 -07:00
Jason Rudolph
a7ad7478b7
📝 Vary PR template based type of change 2018-09-17 11:27:25 -04:00
Wliu
ca71d58103
📝 [ci skip] must be in the title for Appveyor 2018-01-17 23:17:16 -05:00
Darío Hereñú
c9aa65559e
Typos on #83 #84 2017-12-07 11:10:08 -03:00
U8N WXD
17deb0ec4e
Repair Links to Pull Requests in CONTRIBUTING.md
Repair broken links in CONTRIBUTING.md that point to GitHub pull request searches
[ci skip]

Signed-off-by: U8N WXD <cs.temporary@icloud.com>
2017-11-17 17:42:32 -08:00
U8N WXD
d5359a869b
Repair Links to Issues in CONTRIBUTING.md
Repair broken links in CONTRIBUTING.md that point to GitHub issue searches
[ci skip]

Signed-off-by: U8N WXD <cs.temporary@icloud.com>
2017-11-17 16:29:13 -08:00
U8N WXD
4cc6ccacb1
Change HTTP Links to HTTPS in CONTRIBUTING.md
Similar to issue #16167 and PR #16173
Change links throughout CONTRIBUTING.md to support SSL/TLS by changing URL to `https://`
[ci skip]

Signed-off-by: U8N WXD <cs.temporary@icloud.com>
2017-11-14 21:12:08 -08:00
Lee Dohm
0673866a39
Point Atom Core and build documentation to new Flight Manual section 2017-11-09 10:32:29 -08:00
Laura Murphy-Clarkin
2ae8b5d46c Link to more accurate local dev instructions
The Flight Manual contains more accurate instructions for local development on official Atom packages. I was caught out by this (as you can see in https://github.com/atom/bracket-matcher/issues/306) so I'm changing it for future contributors. 😊 I think it's better to just link to the Flight Manual rather than maintaining the instructions in two places.
2017-10-16 19:27:06 +01:00
Tim van der Lippe
527210f72c Add instructions for local development
Finding out how to contribute to my first Atom package was problematic
and took me quite some time to figure out how to locally run the packages.
There were some spread out answers in the Atom discussion forum,
but I think it is easier for new developers to read the CONTRIBUTING guide
instead of using Google to find out how to contribute.
2017-06-24 13:20:19 +02:00
Dmitry Guzeev
0483c70c8a Fix typo in the CONTRIBUTING.md document 2017-06-12 22:47:53 +03:00
Wliu
1397221678 📝 Fix image not displaying 2017-05-30 00:49:26 -04:00
Lee Dohm
70e3501427
📝 Update and clean up CONTRIBUTING guide 2017-05-25 13:05:21 -07:00
Jason Rudolph
6187dfe1d2
📝 Use consistent capitalization for all items in list 2017-04-04 16:59:25 -04:00
Jason Rudolph
672754f1b0
📝 Use imperative phrasing for all items in list 2017-04-04 16:58:58 -04:00
Jason Rudolph
3f98ce2ac8
📝 s/suggestions is/suggestion is 2017-04-04 16:58:12 -04:00
Jason Rudolph
3885b34656
📝 s/a code blocks/a code block 2017-04-04 16:57:08 -04:00
Jason Rudolph
a36b6c4bd3
📝 Remove extraneous word 2017-04-04 16:57:03 -04:00
Damien Guard
abccce6ee9 Merge pull request #12944 from atom/b3-update-contribution-links
Exclude beginner issues from help wanted issues
2017-01-10 12:30:29 -08:00
Lee Dohm
821a54e18f
Update CONTRIBUTING to reference the templates 2016-12-21 20:12:22 -08:00
bene
933d15b853 Exclude beginner issues from help wanted issues 2016-10-11 22:11:32 +02:00
Mike Zawitkowski
b5bec98ed3 Fix a typo and grammar error in CONTRIBUTING.md
[ci skip]
2016-10-04 01:26:26 -07:00
Nathan Sobo
da09ebbc4b Fix style guide links in CONTRIBUTING.md
We opted to just drop the CSS style guide for now because we don’t
really follow one. @simurai please correct that if I’m wrong.

Closes #12066

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-22 16:14:59 -06:00
Machisté N. Quintana
1bce81d710 Update object spread guideline in JS styleguide [ci skip]
Per discussion in https://github.com/atom/atom/pull/12258
2016-08-06 17:25:36 -07:00
Machiste Quintana
45b93e6df8 📝 Add JS style guide to the Contributing guide 2016-07-28 19:53:36 -07:00
Leo Lamprecht
0ceacf5c13 OSX -> macOS 2016-06-20 11:29:10 +02:00
Leonard Lamprecht
3a1ad3fd40 Replace OS X and Mac OS with macOS 2016-06-18 15:33:08 +02:00
Lee Dohm
f268d48514
📝 Add a design-decisions section to the CONTRIBUTING guide 2016-06-14 16:32:50 -07:00
Lee Dohm
f31a94b30c Merge pull request #11814 from ruthgrace/master
Update CONTRIBUTING.md
2016-05-23 15:07:31 -07:00
Ruth Grace Wong
ec0e1ab85e Update CONTRIBUTING.md
No PDF version of the flight manual.
2016-05-23 18:04:05 -04:00
Ruth Grace Wong
7245c1b6fd Update CONTRIBUTING.md 2016-05-23 17:27:47 -04:00
Ruth Grace Wong
5dab35290a Update CONTRIBUTING.md
Updated flight manual links as recommended by @50Wliu.
2016-05-23 16:55:14 -04:00
Ruth Grace Wong
248409b131 Update CONTRIBUTING.md
added flight manual to Your First Code Contribution
2016-05-22 22:45:17 -04:00
Daniel Mountford
78cc959280 Update link text to match URL 2016-05-15 13:08:27 +01:00
Daniel Mountford
16fb2da895 Update link to solarized-dark-syntax
The existing link to https://github.com/atom/solarized-dark 404s
2016-05-13 22:30:33 +01:00
Wliu
6dd37761fe 📝 Fix dead atom.io/docs links
[ci skip]
2016-04-07 21:35:35 -04:00
Lee Dohm
ace3ae8ed8 Remove unused Core Team Project Management labels
Some Core Team labels aren't used anymore. To prevent misleading our
users, we are removing these labels from the CONTRIBUTING document.
2016-02-12 09:33:25 -08:00
Baptist BENOIST
58ba84d9fa 📝 Fix minor typo in CONTRIBUTING.md
[ci skip]
2016-02-11 22:55:43 +01:00
Zeke Sikelianos
d81e2a23b9 remove links to Contributor Covenant CoC 2015-12-03 10:08:03 -06:00
Zeke Sikelianos
e047741ff3 link to CoC from README and CONTRIBUTING docs [ci skip] 2015-12-02 23:36:29 -06:00
Zeke Sikelianos
ed7a80b5aa bump Contributor Covenant version to 1.3 2015-12-02 16:37:25 -06:00