Skip to content

Commit 39fb779

Browse files
committed
chore: updated template comments
1 parent 535c605 commit 39fb779

9 files changed

Lines changed: 83 additions & 73 deletions

File tree

.github/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ┌───────────────────────────────────────────────────────────────────┐
2-
# │ │
3-
# │ IMPORTANT NOTE │
4-
# │ │
5-
# │ This file is synced with https://github.com/atomicgo/template │
6-
# │ │
7-
# │ Please apply all changes to the template repository │
8-
# │ │
9-
# └───────────────────────────────────────────────────────────────────┘
1+
# ! ┌───────────────────────────────────────────────────────────────────┐
2+
# ! │ │
3+
# ! │ IMPORTANT NOTE │
4+
# ! │ │
5+
# ! │ This file is synced with https://github.com/atomicgo/template │
6+
# ! │ │
7+
# ! │ Please apply all changes to the template repository │
8+
# ! │ │
9+
# ! └───────────────────────────────────────────────────────────────────┘
1010

1111
changelog:
1212
exclude:
@@ -18,7 +18,7 @@ changelog:
1818
- title: Breaking Changes 🛠
1919
labels:
2020
- breaking
21-
- title: Exciting New Features 🎉
21+
- title: New Features 🎉
2222
labels:
2323
- feature
2424
- title: Fixes 🔧

.github/workflows/docs.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ┌───────────────────────────────────────────────────────────────────┐
2-
# │ │
3-
# │ IMPORTANT NOTE │
4-
# │ │
5-
# │ This file is synced with https://github.com/atomicgo/template │
6-
# │ │
7-
# │ Please apply all changes to the template repository │
8-
# │ │
9-
# └───────────────────────────────────────────────────────────────────┘
1+
# ! ┌───────────────────────────────────────────────────────────────────┐
2+
# ! │ │
3+
# ! │ IMPORTANT NOTE │
4+
# ! │ │
5+
# ! │ This file is synced with https://github.com/atomicgo/template │
6+
# ! │ │
7+
# ! │ Please apply all changes to the template repository │
8+
# ! │ │
9+
# ! └───────────────────────────────────────────────────────────────────┘
1010

1111
name: Documentation
1212

.github/workflows/go.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ┌───────────────────────────────────────────────────────────────────┐
2-
# │ │
3-
# │ IMPORTANT NOTE │
4-
# │ │
5-
# │ This file is synced with https://github.com/atomicgo/template │
6-
# │ │
7-
# │ Please apply all changes to the template repository │
8-
# │ │
9-
# └───────────────────────────────────────────────────────────────────┘
1+
# ! ┌───────────────────────────────────────────────────────────────────┐
2+
# ! │ │
3+
# ! │ IMPORTANT NOTE │
4+
# ! │ │
5+
# ! │ This file is synced with https://github.com/atomicgo/template │
6+
# ! │ │
7+
# ! │ Please apply all changes to the template repository │
8+
# ! │ │
9+
# ! └───────────────────────────────────────────────────────────────────┘
1010

1111
name: Go
1212

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ┌───────────────────────────────────────────────────────────────────┐
2-
# │ │
3-
# │ IMPORTANT NOTE │
4-
# │ │
5-
# │ This file is synced with https://github.com/atomicgo/template │
6-
# │ │
7-
# │ Please apply all changes to the template repository │
8-
# │ │
9-
# └───────────────────────────────────────────────────────────────────┘
1+
# ! ┌───────────────────────────────────────────────────────────────────┐
2+
# ! │ │
3+
# ! │ IMPORTANT NOTE │
4+
# ! │ │
5+
# ! │ This file is synced with https://github.com/atomicgo/template │
6+
# ! │ │
7+
# ! │ Please apply all changes to the template repository │
8+
# ! │ │
9+
# ! └───────────────────────────────────────────────────────────────────┘
1010

1111
name: Release
1212

.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ┌───────────────────────────────────────────────────────────────────┐
2-
# │ │
3-
# │ IMPORTANT NOTE │
4-
# │ │
5-
# │ This file is synced with https://github.com/atomicgo/template │
6-
# │ │
7-
# │ Please apply all changes to the template repository │
8-
# │ │
9-
# └───────────────────────────────────────────────────────────────────┘
1+
# ! ┌───────────────────────────────────────────────────────────────────┐
2+
# ! │ │
3+
# ! │ IMPORTANT NOTE │
4+
# ! │ │
5+
# ! │ This file is synced with https://github.com/atomicgo/template │
6+
# ! │ │
7+
# ! │ Please apply all changes to the template repository │
8+
# ! │ │
9+
# ! └───────────────────────────────────────────────────────────────────┘
1010

1111
# Build artifacts and binaries
1212
*.exe

.golangci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ┌───────────────────────────────────────────────────────────────────┐
2-
# │ │
3-
# │ IMPORTANT NOTE │
4-
# │ │
5-
# │ This file is synced with https://github.com/atomicgo/template │
6-
# │ │
7-
# │ Please apply all changes to the template repository │
8-
# │ │
9-
# └───────────────────────────────────────────────────────────────────┘
1+
# ! ┌───────────────────────────────────────────────────────────────────┐
2+
# ! │ │
3+
# ! │ IMPORTANT NOTE │
4+
# ! │ │
5+
# ! │ This file is synced with https://github.com/atomicgo/template │
6+
# ! │ │
7+
# ! │ Please apply all changes to the template repository │
8+
# ! │ │
9+
# ! └───────────────────────────────────────────────────────────────────┘
1010

1111
version: "2"
1212

Taskfile.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ┌───────────────────────────────────────────────────────────────────┐
2-
# │ │
3-
# │ IMPORTANT NOTE │
4-
# │ │
5-
# │ This file is synced with https://github.com/atomicgo/template │
6-
# │ │
7-
# │ Please apply all changes to the template repository │
8-
# │ │
9-
# └───────────────────────────────────────────────────────────────────┘
1+
# ! ┌───────────────────────────────────────────────────────────────────┐
2+
# ! │ │
3+
# ! │ IMPORTANT NOTE │
4+
# ! │ │
5+
# ! │ This file is synced with https://github.com/atomicgo/template │
6+
# ! │ │
7+
# ! │ Please apply all changes to the template repository │
8+
# ! │ │
9+
# ! └───────────────────────────────────────────────────────────────────┘
1010

1111
version: "3"
1212

codecov.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ┌───────────────────────────────────────────────────────────────────┐
2-
# │ │
3-
# │ IMPORTANT NOTE │
4-
# │ │
5-
# │ This file is synced with https://github.com/atomicgo/template │
6-
# │ │
7-
# │ Please apply all changes to the template repository │
8-
# │ │
9-
# └───────────────────────────────────────────────────────────────────┘
1+
# ! ┌───────────────────────────────────────────────────────────────────┐
2+
# ! │ │
3+
# ! │ IMPORTANT NOTE │
4+
# ! │ │
5+
# ! │ This file is synced with https://github.com/atomicgo/template │
6+
# ! │ │
7+
# ! │ Please apply all changes to the template repository │
8+
# ! │ │
9+
# ! └───────────────────────────────────────────────────────────────────┘
1010

1111
coverage:
1212
status:

scripts/release-tag.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/usr/bin/env bash
22

3+
# ! ┌───────────────────────────────────────────────────────────────────┐
4+
# ! │ │
5+
# ! │ IMPORTANT NOTE │
6+
# ! │ │
7+
# ! │ This file is synced with https://github.com/atomicgo/template │
8+
# ! │ │
9+
# ! │ Please apply all changes to the template repository │
10+
# ! │ │
11+
# ! └───────────────────────────────────────────────────────────────────┘
12+
313
set -euo pipefail
414

515
# Colors

0 commit comments

Comments
 (0)