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
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid open source libraries. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies.
2
2
3
3
**All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.**
4
-
-[Feature Request](#feature-request)
5
-
-[Submit a Bug Report](#submit-a-bug-report)
6
-
-[Please use our Bug Report Template](#please-use-our-bug-report-template)
7
4
-[Improvements to the Codebase](#improvements-to-the-codebase)
-[Install and Run Locally](#install-and-run-locally)
@@ -21,33 +18,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
21
18
22
19
There are a few ways to contribute, which we'll enumerate below:
23
20
24
-
<aname="feature-request"></a>
25
-
## Feature Request
26
-
27
-
If you'd like to make a feature request, please read this section.
28
-
29
-
The GitHub [issue tracker](https://github.com/sendgrid/sendgrid-nodejs/issues) is the preferred channel for library feature requests, but please respect the following restrictions:
30
-
31
-
- Please [**search for existing issues**](https://github.com/search?utf8=%E2%9C%93&q=repo%3Asendgrid%2Fsendgrid-nodejs&type=Issues) to ensure we don't have duplicate bugs/feature requests.
32
-
- Please be respectful and considerate of others when commenting on issues
33
-
34
-
<aname="submit-a-bug-report"></a>
35
-
## Submit a Bug Report
36
-
37
-
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
38
-
39
-
A software bug is a demonstrable issue in the code base. For us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report.
40
-
41
-
Before you decide to create a new issue, please try the following:
42
-
43
-
1.[Check the GitHub issues tab](https://github.com/sendgrid/sendgrid-nodejs/issues) if the identified issue has already been reported, if so, please add a +1 to the existing post.
44
-
2. Update to the latest version of this code and check if the issue has already been fixed
45
-
3. Copy and fill in the Bug Report Template we have provided below
46
-
47
-
### Please use our Bug Report Template
48
-
49
-
In order to make the process easier, we've included a [sample bug report template](ISSUE_TEMPLATE.md).
Copy file name to clipboardExpand all lines: docs/examples/webhooks-docker/CONTRIBUTING.md
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
2
2
3
3
**All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.**
4
4
5
-
-[Feature Request](#feature-request)
6
-
-[Submit a Bug Report](#submit-a-bug-report)
7
-
-[Please use our Bug Report Template](#please-use-our-bug-report-template)
8
5
-[Improvements to the Codebase](#improvements-to-the-codebase)
-[Install and Run Locally](#install-and-run-locally)
@@ -22,33 +19,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
22
19
23
20
There are a few ways to contribute, which we'll enumerate below:
24
21
25
-
<aname="feature-request"></a>
26
-
## Feature Request
27
-
28
-
If you'd like to make a feature request, please read this section.
29
-
30
-
The GitHub [issue tracker](https://github.com/sendgrid/sendgrid-nodejs/issues) is the preferred channel for library feature requests, but please respect the following restrictions:
31
-
32
-
- Please [**search for existing issues**](https://github.com/search?utf8=%E2%9C%93&q=repo%3Asendgrid%2Fsendgrid-nodejs&type=Issues) in order to ensure we don't have duplicate bugs/feature requests.
33
-
- Please be respectful and considerate of others when commenting on issues
34
-
35
-
<aname="submit-a-bug-report"></a>
36
-
## Submit a Bug Report
37
-
38
-
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
39
-
40
-
A software bug is a demonstrable issue in the code base. In order for us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report.
41
-
42
-
Before you decide to create a new issue, please try the following:
43
-
44
-
1.[Check the GitHub issues tab](https://github.com/sendgrid/sendgrid-nodejs/issues) if the identified issue has already been reported, if so, please add a +1 to the existing post.
45
-
2. Update to the latest version of this code and check if issue has already been fixed
46
-
3. Copy and fill in the Bug Report Template we have provided below
47
-
48
-
### Please use our Bug Report Template
49
-
50
-
In order to make the process easier, we've included a [sample bug report template](../../../ISSUE_TEMPLATE.md) (borrowed from [Ghost](https://github.com/TryGhost/Ghost/)). The template uses [GitHub flavored markdown](https://help.github.com/articles/github-flavored-markdown/) for formatting.
0 commit comments