You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-30Lines changed: 10 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Contributing to Go CLI Toolkit
2
2
3
-
Thank you for considering a contribution. This document describes the development setup, conventions, and workflow required for submitting changes.
3
+
> [!CAUTION]
4
+
> **This project is ARCHIVED.**
5
+
> It serves as a personal learning record for the Go language. As such, I am no longer actively reviewing Pull Requests or maintaining the codebase. You are encouraged to fork this repository for your own study and experimentation.
6
+
7
+
---
8
+
9
+
This document remains here for historical reference, documenting the standards and workflow used during the development of this project.
4
10
5
11
## Prerequisites
6
12
@@ -53,11 +59,7 @@ go vet ./...
53
59
make build
54
60
```
55
61
56
-
All checks must pass before opening a Pull Request.
0 commit comments