Skip to content

Commit 36ed5d2

Browse files
Merge branch 'main' into dev
Signed-off-by: Hunter T. <strangeranger@hthompson.dev>
2 parents 15308d6 + f020d4d commit 36ed5d2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ The coding style used for this repository can be found [at this repo](https://gi
1212

1313
All commits should follow the [Conventional Commits](https://www.conventionalcommits.org) style.
1414

15-
All commit types and aliases should fall under the ones listed [here](https://gist.github.com/StrangeRanger/b8153017fe8195a2d038890e28c9aa63). As a note, all commits prior to 2022-07-12 specifying `build`, should be regarded as `func`.
15+
All commit types and aliases should fall under the ones listed [here](https://gist.github.com/StrangeRanger/b8153017fe8195a2d038890e28c9aa63).
16+
17+
NOTE: As of 2024-04-08, the `Commit Types` specified at the link above, have been completely rewritten.
1618

1719
## Pull Request
1820

1921
1. Ensure that the code is commented and clean so that the people reviewing it or later working with it will understand what it does.
2022
2. Update the documentation (especially the database documentation) with details of changes to the interface, including new environment variables, exposed ports, good file locations, and container parameters.
21-
3. Clearly state why the pull request is being created by referencing the problem it's solving or the feature it's adding.
23+
3. Clearly state why the pull request is being created by referencing the problem it's solving or the feature it's adding.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# macOS Security Scripts
22

3-
[![Project Tracker](https://img.shields.io/badge/repo%20status-Project%20Tracker-lightgrey)](https://randomserver.xyz/project-tracker.html#macos-security-scripts)
3+
[![Project Tracker](https://img.shields.io/badge/repo%20status-Project%20Tracker-lightgrey)](https://wiki.hthompson.dev/en/project-tracker)
44
[![Style Guide](https://img.shields.io/badge/code%20style-Style%20Guide-blueviolet)](https://github.com/StrangeRanger/bash-style-guide)
55
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c0f5a6bf7e2e4a688c919aff51375648)](https://www.codacy.com/gh/StrangeRanger/macos-security-scripts/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=StrangeRanger/macos-security-scripts&amp;utm_campaign=Badge_Grade)
66

0 commit comments

Comments
 (0)