File 2301-Update-CONTRIBUTING.md.patch of Package erlang (Revision 9f7ba17abd41d405759f6f11f4d7ded6)
Currently displaying revision 9f7ba17abd41d405759f6f11f4d7ded6 , Show latest
29
1
From 2ceec7fb0bbd8eef569f955870fe1d073d0380c3 Mon Sep 17 00:00:00 2001
2
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
3
Date: Thu, 28 Oct 2021 19:47:58 +0200
4
Subject: [PATCH] Update CONTRIBUTING.md
5
6
Refer to erlang forums instead of the mailing list.
7
---
8
CONTRIBUTING.md | 4 ++--
9
1 file changed, 2 insertions(+), 2 deletions(-)
10
11
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
12
index e7a69137c0..fd2c6f63d9 100644
13
--- a/CONTRIBUTING.md
14
+++ b/CONTRIBUTING.md
15
16
17
* In most cases, pull requests for new features should be based on the `master` branch.
18
19
-* It is recommended to discuss new features on
20
-[the erlang-questions mailing list](http://erlang.org/mailman/listinfo/erlang-questions),
21
+* It is recommended to discuss new features in the
22
+[erlang forums](https://erlangforums.com),
23
especially for major new features or any new features in ERTS, Kernel, or STDLIB.
24
25
* It is important to write a good commit message explaining **why** the feature is needed.
26
--
27
2.31.1
28
29