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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ cd linutil
16
16
```
17
17
18
18
## 3. Make your changes
19
+
19
20
-**Edit the files you want to change**: Make your changes to the relevant files.
20
21
-**Test your changes**: Run `cargo run` to test your modifications in a local environment and ensure everything works as expected.
21
22
@@ -60,6 +61,7 @@ cd linutil
60
61
## 11. Documentation
61
62
62
63
-**Update the documentation**: If your change affects the functionality, please update the relevant documentation files to reflect this.
64
+
-**Automatic generation**: If you decide to add functionality through a new shell script, make sure to fill out all fields in `tab_data.toml` and run `cargo xtask docgen`.
Copy file name to clipboardExpand all lines: .github/SECURITY.md
+13-6
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,20 @@
2
2
3
3
## Supported Versions
4
4
5
-
It is recommended that you run the stable version as this is more tested and used by most. The dev branch is bleed-edge commits that are not well tested and aren't meant to be used in production environments
5
+
It is recommended that you use the stable branch as it's tested and used by most. The dev branch may contain bleeding-edge commits that are not well tested and are not meant to be used in production environments.<br>
6
+
Version tags lower than the [latest stable release](https://github.com/ChrisTitusTech/linutil/releases/latest) are **not** supported.
I'd recommend making an Issue for reporting a bug. If you would like privately submit the bug you can email me at [email protected]
21
+
If you have any reason to believe there are security vulnerabilities in Linutil, fill out the [report form](https://github.com/christitustech/linutil/security/advisories/new) or e-mail [[email protected]](mailto:[email protected]).
0 commit comments