Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 58935d8

Browse files
authored
add a basic CONTRIBUTING.md (#535)
Fixes: #359
1 parent a5582fc commit 58935d8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
First off, thank you for taking an interest to contribute to this project!
4+
5+
## Opening issues
6+
7+
When opening a [new issue](https://github.com/golang/mock/issues/new/choose)
8+
please:
9+
10+
1. Make sure there are not other open/closed issues asking/reporting/requesting
11+
the same thing.
12+
1. Choose one of our provided templates and fill out as much information as
13+
possible.
14+
15+
## Opening a Pull Requests
16+
17+
We gladly accept contributions from the community. Before opening a pull request
18+
please make sure to create an issue for discussion first. This helps us decide
19+
what action should be taken in regards to the issue.

0 commit comments

Comments
 (0)