You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ If you found a bug, report an issue and describe what's the expected behavior ve
6
6
7
7
## Reporting feature requests
8
8
9
-
Report a feature request **only after discussing it first on [the discussion forum][1]** where it was accepted. Please provide a concise description of the feature, don't link to a discussion thread, and instead summarize what was discussed.
9
+
Report a feature request **only after discussing it first on [discourse.dry-rb.org](https://discuss.dry-rb.org)** where it was accepted. Please provide a concise description of the feature, don't link to a discussion thread, and instead summarize what was discussed.
10
10
11
11
## Reporting questions, support requests, ideas, concerns etc.
12
12
13
-
**PLEASE DON'T** - use [the discussion forum][1] instead.
13
+
**PLEASE DON'T** - use [discourse.dry-rb.org](http://discourse.dry-rb.org) instead.
14
14
15
15
# Pull Request Guidelines
16
16
@@ -22,10 +22,8 @@ Other requirements:
22
22
2) Follow the style conventions of the surrounding code. In most cases, this is standard ruby style.
23
23
3) Add API documentation if it's a new feature
24
24
4) Update API documentation if it changes an existing feature
25
-
5) Bonus points for sending a PR to [github.com/dry-rb/dry-rb.org](https://github.com/dry-rb/dry-rb.org) which updates user documentation and guides
25
+
5) Bonus points for sending a PR to [github.com/dry-rb/dry-rb.org](github.com/dry-rb/dry-rb.org) which updates user documentation and guides
26
26
27
27
# Asking for help
28
28
29
-
If these guidelines aren't helpful, and you're stuck, please post a message on [the discussion forum][1].
30
-
31
-
[1]: https://discourse.dry-rb.org/
29
+
If these guidelines aren't helpful, and you're stuck, please post a message on [discourse.dry-rb.org](https://discourse.dry-rb.org) or join [our chat](https://dry-rb.zulipchat.com).
0 commit comments