Skip to content

Commit dad9799

Browse files
committed
[docs] Use Discussions instead of Issues
1 parent b728a0f commit dad9799

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
We love receiving pull requests. We use them ourselves for reviewing new features
44
and fixing issues in modm. If you want to contribute, but don't exactly know what
5-
or how, have a look at the [issues we tagged with "help wanted"][help_wanted].
5+
or how, have a look at the [issues we tagged with "help wanted"][help_wanted] or
6+
the [threads tagged with "💡 Ideas"][ideas].
67

78
To start contributing, please fork modm and then start a new branch on top of
89
the `develop` branch. We prefer to fast-forward merges, instead of creating a
@@ -36,13 +37,14 @@ The dedicated maintainers of modm are [@salkinium](https://github.com/salkinium)
3637
and [@rleh](https://github.com/rleh) and you can always ping them.
3738

3839
If you want to add a new platform, or other significant functionality, we
39-
[ask you to discuss that in an issue first][issues]. We are very open to new
40-
helping hands, but all of this is still fairly complicated and we want to
40+
[ask you to discuss that in a thread first][ideas]. We are very open to
41+
new helping hands, but all of this is still fairly complicated and we want to
4142
provide you with tips and additional explanations along the way.
4243

4344
Communication is cheap, implementation is expensive and we don't want to
4445
frustrate you.
4546

4647
[issues]: https://github.com/modm-io/modm/issues
4748
[pulls]: https://github.com/modm-io/modm/pulls
49+
[ideas]: https://github.com/modm-io/modm/discussions/categories/ideas
4850
[help_wanted]: https://github.com/modm-io/modm/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted+🛠%22

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ process that you can fine-tune to your needs.
2121
- [API reference is available here][api-docs].
2222
- [We do quarterly releases][releases] with a [curated changelog][changelog].
2323

24-
This project also has a [technical blog][blog] to document larger design concepts.
24+
This project also has a [forum for discussions][discussions] and a
25+
[technical blog][blog] to document larger design concepts.
2526

2627
- You found a bug? [Open up an issue, we don't bite][issues].
28+
- You have a question? [We probably have an answer][questions].
29+
- You require a feature? [Write it down to get things rolling][ideas].
2730
- You want to contribute? [Read the contribution guidelines][contrib] and [open a pull request][prs].
2831

2932
modm is optimized for the harsh requirements of the [Eurobot competition][eurobot],
@@ -752,6 +755,9 @@ and [many more contributors][contributors].
752755
[install]: https://modm.io/guide/installation
753756
[issues]: https://github.com/modm-io/modm/issues
754757
[prs]: https://github.com/modm-io/modm/pulls
758+
[discussions]: https://github.com/modm-io/modm/discussions
759+
[questions]: https://github.com/modm-io/modm/discussions/categories/q-a
760+
[ideas]: https://github.com/modm-io/modm/discussions/categories/ideas
755761
[testing]: https://github.com/modm-io/modm/tree/develop/test/README.md
756762
[api-docs]: https://docs.modm.io/
757763

0 commit comments

Comments
 (0)