File: CONTRIBUTING.md

package info (click to toggle)
golang-github-golang-mock 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 800 kB
  • sloc: sh: 58; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.