Skip to content

Commit 465212d

Browse files
authored
Add CONTRIBUTING.md
1 parent da3a921 commit 465212d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to import-gitlab-commits
2+
3+
First off, thanks for taking the time to contribute! ❤️
4+
5+
All types of contributions are encouraged and valued.
6+
7+
> And if you like the project, but just don't have time to contribute, that's fine.
8+
> There are other easy ways to support the project and show your appreciation,
9+
> which we would also be very happy about:
10+
> - Star the project
11+
> - Refer this project in your project's readme
12+
> - Mention the project at local meetups and tell your friends/colleagues
13+
> - Share it
14+
15+
### Pull Requests
16+
17+
1. Fork the repository.
18+
2. Install or update [Go](https://go.dev/dl), at the version specified in [`go.mod`](https://github.com/alexandear/import-gitlab-commits/blob/main/go.mod#L3).
19+
3. Create a working branch and start with your changes.
20+
4. Commit the changes once you are happy with them.
21+
5. When you're finished with the changes, create a pull request.
22+
23+
### Issues
24+
25+
If you spot a problem, [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments).
26+
If a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/alexandear/import-gitlab-commits/issues/new/choose).

0 commit comments

Comments
 (0)