-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d91d240
commit b3c8d58
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,7 @@ on GitHub. These are mostly guidelines, not rules. Use your best judgment, | |
and feel free to propose changes to this document in a pull request. | ||
|
||
This guide is inspired from | ||
[Atom's contributing guidelines](<https://github.com/atom/atom/blob/master/> | ||
CONTRIBUTING.md). | ||
[Atom's contributing guidelines](https://github.com/atom/atom/blob/master/CONTRIBUTING.md). | ||
|
||
## How Can I Contribute? | ||
|
||
|
@@ -32,18 +31,15 @@ issue in the body of your new one. | |
#### Before Submitting A Bug Report | ||
|
||
* **Perform a | ||
[cursory search](<https://github.com/researchsoft/website/> | ||
issues?q=is%3Aopen+is%3Aissue)** to see if the problem has already been | ||
[cursory search](https://github.com/researchsoft/website/issues?q=is%3Aopen+is%3Aissue)** to see if the problem has already been | ||
Check failure on line 34 in CONTRIBUTING.md GitHub Actions / lint-markdownLine length
Check failure on line 34 in CONTRIBUTING.md GitHub Actions / lint-markdownLine length
|
||
reported. If it has **and the issue is still open**, add a comment to the | ||
existing issue instead of opening a new one. | ||
|
||
#### How Do I Submit A (Good) Bug Report? | ||
|
||
Bugs are tracked as GitHub issues. To report a bug, create an issue in the | ||
[website repository](https://github.com/researchsoft/website) by filling in the | ||
[bug report template](<https://github.com/researchsoft/website//issues/> | ||
new?assignees=&labels=bug%2Cneeds+triage&projects=& | ||
template=bug_report.yaml&title=BUG%3A+). | ||
[bug report template](https://github.com/researchsoft/website//issues/new?assignees=&labels=bug%2Cneeds+triage&projects=&template=bug_report.yaml&title=BUG%3A+). | ||
|
||
Explain the problem and include additional details to help maintainers | ||
reproduce the problem: | ||
|