Commit graph

20 commits

Author SHA1 Message Date
Dennis
45e5720e3d
Update the contributor guide, remove bugzilla references (#20591) 2024-12-23 20:18:16 +08:00
Dennis
a0184d1f02
Update the contributor guide (#16326) 2024-03-30 21:58:29 +01:00
Razvan Nitu
46da0b332a
Add contribution guide entry for refactoring AST nodes (#16207) 2024-02-20 19:39:45 +08:00
Walter Bright
3fbdb99a48
small additions to CONTRIBUTING.md (#14975) 2023-03-10 08:48:52 +02:00
bistcuite
75e38a8cda Update CONTRIBUTING.md 2022-06-20 14:32:59 +00:00
MoonlightSentinel
7c53cd0b6a
Move copyright notice to CONTRIBUTING.md
It's only relevant for contributors and clutters the primary README
2022-01-13 17:27:22 +01:00
Iain Buclaw
b665b5fe06 Replace http:// with https:// for forum, issues, and wiki dlang.org links 2021-12-22 20:23:45 +00:00
Walter Bright
d659cd7f6d
CONTRIBUTING.md: remove excess verbiage (#12616)
CONTRIBUTING.md: remove excess verbiage

Signed-off-by: Mathias LANG <pro.mathias.lang@gmail.com>
Merged-on-behalf-of: Mathias LANG <pro.mathias.lang@gmail.com>
2021-06-01 09:49:38 +02:00
Walter Bright
f140e09b88
Update CONTRIBUTING.md
Co-authored-by: Mathias LANG <geod24@gmail.com>
2021-05-31 21:28:30 -07:00
Walter Bright
1882740d88
Update CONTRIBUTING.md
Co-authored-by: Mathias LANG <geod24@gmail.com>
2021-05-31 21:27:51 -07:00
Walter Bright
cacb0e1587 CONTRIBUTING.md: add section on Refactoring 2021-05-31 20:51:08 -07:00
Adam D. Ruppe
98c28b5e33 Add note about detailed changelog 2020-12-31 16:25:19 +09:00
Yanis Zafirópulos
fb7947c330
General copy editing :) (#11935)
General copy editing :)
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-11-10 08:41:39 +01:00
Geod24
4c86807d09 Trivial: Add a link to commit message guidelines
This should make it more obvious what is expected from a good commit message.
2020-05-09 16:25:53 +09:00
Stian Gulpen
3e8dced0e7 Hide most of the cases of slicing based on strlen using the toDString() helper 2019-11-18 11:33:52 +01:00
Nicholas Lindsay Wilson
0401eca970 document DMD style more prominently 2019-05-22 16:28:45 +08:00
Walter Bright
bbb22f8b9b add link to bugzilla entry 2017-10-09 16:43:27 -07:00
Martin Nowak
ac8eedae6c typos 2017-05-07 14:43:44 +02:00
Andreas Reischuck
3065ee3b69 Added bugtracker keyword links
* added categories `trivial`, `bootcamp` and `preapproved` as direct links to encourage a good start for new contributors.
2017-05-07 11:40:38 +02:00
Mathias Lang
7154099d15 Add a CONTRIBUTING.md guide
A `CONTRIBUTING` file is a file recognized by Github which is suggested upon making a new P.R.
It is quite ubiquitous among top Github projects and is way more visible than a wiki page.

This guide duplicates what is currently done in the wiki, however as recent history has
shown moving from wiki documents to Github does improve visibility and allows changes
to be reviewed (and noticed)
2016-06-29 22:36:15 +02:00