Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
We don't take code contributions right now — see [CONTRIBUTING.md](../CONTRIBUTING.md).
Spotted a wrong or misleading claim, a typo, or a security issue? File an issue (or a private vulnerability report) and we'll act on it — credited.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contributing

This repository is the fosterstack.com website, and the same contribution
model as [fosterstack/cache](https://github.com/fosterstack/cache/blob/main/CONTRIBUTING.md)
applies: **we don't take code contributions right now.** Not a judgment of
anyone's work — the implementation here is done by AI agents under automated
gates, and an outside diff is the one input that can't go through those
gates unreviewed.

What we want, and will act on:

- **Issues** — a typo, a claim that reads wrong, a page that misled you, an
accessibility problem. Copy corrections move fastest of all.
- **Security reports** for anything on the site, through GitHub's private
vulnerability reporting. Send the report, not the patch; you'll be
credited in the fix.

Pull requests stay enabled for our own tooling; an outside PR gets a
friendly close with a link here and its substance re-filed as an issue.
2 changes: 2 additions & 0 deletions bin/check-file-allowlist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
set -euo pipefail

ALLOW_PATTERNS=(
'^CONTRIBUTING\.md$'
'^\.github/PULL_REQUEST_TEMPLATE\.md$'
'^index\.html$'
'^README\.md$'
'^LICENSE$'
Expand Down