Skip to content

Commit 4e2f4c8

Browse files
authored
chore: update gitignore and contributing files (#3)
1 parent 976c1cb commit 4e2f4c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Thumbs.db
1111
.DS_Store
1212
.vscode
13+
*.code-workspace
1314

1415
# Logs #
1516
########

CONTRIBUTING.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ To suggest a feature or enhancement, please create an issue on GitHub with the l
3535

3636
Note: if you'd like to implement a new feature, please consider creating a [feature request issue](https://github.com/nginxinc/nginx-hugo-theme/blob/main/.github/feature_request_template.md) first to start a discussion about the feature.
3737

38-
## Code Guidelines
3938

40-
<!-- ### Go/Python/Bash/etc... Guidelines (OPTIONAL) -->
41-
42-
### Git Guidelines
39+
## Git Guidelines
4340

4441
- Keep a clean, concise and meaningful git commit history on your branch (within reason), rebasing locally and squashing before submitting a PR.
4542
- If possible and/or relevant, use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format when writing a commit message, so that changelogs can be automatically generated

0 commit comments

Comments
 (0)