tenseleyflow/shithub / 9931683

Browse files

S38: docs — public mirrors of contributing/security/changelog

Authored by espadonne
SHA
99316836c15c56447803a052cf9c1018d0e6bb79
Parents
1a07582
Tree
bd0912f

3 changed files

StatusFile+-
A docs/public/changelog.md 8 0
A docs/public/contributing.md 14 0
A docs/public/security.md 13 0
docs/public/changelog.mdadded
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+This is a mirror of [`CHANGELOG.md`](https://github.com/tenseleyFlow/shithub/blob/main/CHANGELOG.md)
4
+in the source tree. The in-repo file is updated on every release;
5
+read it there for the canonical version.
6
+
7
+Releases follow [Semantic Versioning](https://semver.org/) and
8
+the [Keep a Changelog](https://keepachangelog.com/) format.
docs/public/contributing.mdadded
@@ -0,0 +1,14 @@
1
+# Contributing
2
+
3
+This is a mirror of [`CONTRIBUTING.md`](https://github.com/tenseleyFlow/shithub/blob/main/CONTRIBUTING.md)
4
+in the source tree. The in-repo file is authoritative; please
5
+read that for the development setup, code style, and PR process.
6
+
7
+If you're here to file a bug or propose a feature, the entry
8
+points are:
9
+
10
+- **Bug or feature:** open an issue at
11
+  [github.com/tenseleyFlow/shithub/issues](https://github.com/tenseleyFlow/shithub/issues).
12
+- **Security:** see the [security policy](./security.md).
13
+- **Code of conduct:** see
14
+  [`CODE_OF_CONDUCT.md`](https://github.com/tenseleyFlow/shithub/blob/main/CODE_OF_CONDUCT.md).
docs/public/security.mdadded
@@ -0,0 +1,13 @@
1
+# Security policy
2
+
3
+This is a mirror of [`SECURITY.md`](https://github.com/tenseleyFlow/shithub/blob/main/SECURITY.md)
4
+in the source tree. The in-repo file is authoritative.
5
+
6
+To report a vulnerability, email **`security@shithub.example`**.
7
+
8
+The mailbox auto-acknowledges within minutes; a human response
9
+follows within **72 hours**. Please don't file public issues for
10
+security findings.
11
+
12
+For scope, severity definitions, and what to expect after
13
+reporting, read the in-repo file.