Skip to content

Commit c43d37a

Browse files
authored
Fix Contributing section in README.md
Before this change, the contributing section would define link with the syntax [text][id] and the id at the end of the file as reference. This doesn't seem to work (anymore?) This change updates the section to use normal links [text](url) and mention opening a new discussion instead of only creating issues.
1 parent 7939c55 commit c43d37a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,16 @@ the following:
127127

128128
## CONTRIBUTING
129129

130-
To report bugs, features or even to ask questions, please open an
131-
[issue][issues]. To contribute code or documentation, please open a
132-
[pull request][pull-requests].
130+
To report bugs, features, please open an [issue](
131+
https://github.com/szermatt/emacs-bash-completion/issues/new). To ask
132+
questions or just for general comments, add a new [discussion](
133+
https://github.com/szermatt/emacs-bash-completion/discussions). To
134+
contribute code or documentation, please open a [pull request](
135+
https://github.com/szermatt/emacs-bash-completion/pulls).
133136

134137
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
135138

136139
## COMPATIBILITY
137140

138141
bash-completion.el is known to work with Bash 4.2 and later and Bash
139142
5, on Emacs, starting with version 25.3, under Linux and OSX.
140-
141-
[new_issue]: https://github.com/szermatt/emacs-bash-completion/issues/new
142-
[issues]: https://github.com/szermatt/emacs-bash-completion/issues)
143-
[pull-requests]: (https://github.com/szermatt/emacs-bash-completion/pulls)

0 commit comments

Comments
 (0)