Skip to content

Commit b75c6db

Browse files
committed
chore: clean up formatting and minor edits from development session
1 parent 07d507d commit b75c6db

File tree

9 files changed

+10
-0
lines changed

9 files changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ Please share relevant logs:
4343

4444
**Additional context**
4545
Add any other context about the problem here.
46+

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ Add any other context or screenshots about the feature request here.
2121

2222
**Use case**
2323
Please describe your specific use case and how this feature would help you.
24+

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Please describe the tests that you ran to verify your changes. Provide instructi
2626
- [ ] I have added tests that prove my fix is effective or that my feature works
2727
- [ ] New and existing unit tests pass locally with my changes
2828
- [ ] Any dependent changes have been merged and published in downstream modules
29+

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ jobs:
3333
release-type: go
3434
path: .
3535
token: ${{ secrets.GITHUB_TOKEN }}
36+
# Alternative: use PAT if available
37+
# token: ${{ secrets.PAT_TOKEN }}

.release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
},
1212
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1313
}
14+

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535

3636
### Security
3737
- N/A
38+

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ enforcement ladder](https://github.com/mozilla/diversity).
123123
For answers to common questions about this code of conduct, see the FAQ at
124124
https://www.contributor-covenant.org/faq. Translations are available at
125125
https://www.contributor-covenant.org/translations.
126+

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,4 @@ This project follows the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.
167167
## License
168168

169169
By contributing to filesystem-exporter, you agree that your contributions will be licensed under the MIT License.
170+

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ We appreciate security researchers who:
7979
- Follow responsible disclosure practices
8080

8181
Thank you for helping keep filesystem-exporter secure!
82+

0 commit comments

Comments
 (0)