@@ -9,15 +9,10 @@ No matter how you want to get involved, we ask that you first learn what’s
9
9
expected of anyone who participates in the project by reading the Contribution
10
10
Guidelines and our [ Code of Conduct] [ coc ] .
11
11
12
- ** Please Note:** GitHub is for bug reports and contributions primarily -
13
- if you have a support question head over to [ GoDaddy's Open Source
14
- Software Slack channel] [ slack ] . You can request an invite
15
- [ here] [ invite ] .
16
-
17
12
## Answering Questions
18
13
19
14
One of the most important and immediate ways you can support this project is
20
- to answer questions on [ Slack ] [ slack ] or [ Github] [ issues ] . Whether you’re
15
+ to answer questions on [ Github] [ issues ] . Whether you’re
21
16
helping a newcomer understand a feature or troubleshooting an edge case with a
22
17
seasoned developer, your knowledge and experience with a programming language
23
18
can go a long way to help others.
@@ -61,7 +56,7 @@ From a practical perspective, contributions are as simple as:
61
56
If you are interested in making a large change and feel unsure about its overall
62
57
effect, start with opening an Issue in the project's [ Issue Tracker] [ issues ]
63
58
with a high-level proposal and discuss it with the core contributors through
64
- Github comments or in [ Slack ] [ slack ] . After reaching a consensus with core
59
+ Github comments. After reaching a consensus with core
65
60
contributors about the change, discuss the best way to go about implementing it.
66
61
67
62
> Tip: Keep your master branch pointing at the original repository and make
@@ -93,9 +88,6 @@ patches:
93
88
willing to do the same for you.
94
89
- Split your change into multiple smaller changes. The smaller your change,
95
90
the higher the probability that somebody will take a quick look at it.
96
- - Mention the change on [Slack][slack]. If it is urgent, provide reasons why it
97
- is important to get this change landed. Remember that you are asking for valuable
98
- time from other professional developers.
99
91
100
92
**Note that anyone is welcome to review and give feedback on a change, but only
101
93
people with commit access to the repository can approve it.**
@@ -119,6 +111,4 @@ guide with respect to patterns, naming, documentation and testing.
119
111
120
112
[issues]: LINK_TO_PROJECTS_ISSUES_ON_GITHUB
121
113
[coc]: ./CODE_OF_CONDUCT.md
122
- [slack]: https://godaddy-oss.slack.com/
123
114
[fork]: https://help.github.com/en/articles/fork-a-repo
124
- [invite]: https://godaddy-oss-slack.herokuapp.com
0 commit comments