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

Commit

Permalink
add a basic CONTRIBUTING.md (#535)
Browse files Browse the repository at this point in the history
Fixes: #359
  • Loading branch information
codyoss committed Feb 25, 2021
1 parent a5582fc commit 58935d8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,19 @@
# Contributing

First off, thank you for taking an interest to contribute to this project!

## Opening issues

When opening a [new issue](https://github.com/golang/mock/issues/new/choose)
please:

1. Make sure there are not other open/closed issues asking/reporting/requesting
the same thing.
1. Choose one of our provided templates and fill out as much information as
possible.

## Opening a Pull Requests

We gladly accept contributions from the community. Before opening a pull request
please make sure to create an issue for discussion first. This helps us decide
what action should be taken in regards to the issue.

0 comments on commit 58935d8

Please sign in to comment.