mirror of
https://github.com/oshliaer/google-apps-script-awesome-list.git
synced 2026-07-15 21:25:56 -05:00
[PR #199] [MERGED] docs: add CONTRIBUTING.md and PR template #2852
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/oshliaer/google-apps-script-awesome-list/pull/199
Author: @oshliaer
Created: 4/26/2026
Status: ✅ Merged
Merged: 4/26/2026
Merged by: @oshliaer
Base:
master← Head:add-contributing📝 Commits (6)
11d1fb5docs: add CONTRIBUTING.md and PR templatece31668docs: document PR title convention in CONTRIBUTING.mdf5b8726fix: invert duplicate criterion to state the requirement, not the failure mode4143572docs: drop OSI-license requirement, add as-is disclaimerf018a5ddocs: align CONTRIBUTING title with README canonical name6f5b320docs: dedupe checklist between CONTRIBUTING.md and PR template📊 Changes
3 files changed (+150 additions, -0 deletions)
View changed files
➕
.github/PULL_REQUEST_TEMPLATE.md(+33 -0)➕
CONTRIBUTING.md(+115 -0)📝
README.md(+2 -0)📄 Description
Summary
Introduces explicit contribution rules so future submissions have something concrete to refer to. Three changes:
CONTRIBUTING.md-- new file. Scope, inclusion criteria (incl. an "adopted or active" rule with a concrete 5-star / 12-month threshold), disqualifiers (incl. "marketing for a paid service dressed up as an Apps Script project"), entry format with the local "no trailing punctuation" rule preserved, language rule (English when the resource has an English version, otherwise the resource's original language), append-to-bottom ordering, hand-maintained TOC notice, self-promotion disclosure, removal procedure, and a short maintainer-discretion clause..github/PULL_REQUEST_TEMPLATE.md-- new file. GitHub will pre-fill it into PR descriptions; mirrors the CONTRIBUTING checklist and asks the contributor to answer "why is this awesome for an Apps Script developer?".README.md-- one paragraph at the top pointing atCONTRIBUTING.md, so the document is actually discoverable.Why now
Review of #198 (Add ShopSavvy) exposed that the thin-client-for-paid-API disqualifier was not written down anywhere, which made the close conversation longer than it needed to be. Documenting the criteria fixes that.
Notes for review
CONTRIBUTING.mdonly -- nothing is duplicated into other files. If you change a rule, change it here.Test plan
CONTRIBUTING.mdand verify the 7 inclusion criteria, the 7 disqualifiers, the format rules, and the language rule are what you want them to be.CONTRIBUTING.mdrenders and resolves.Summary by CodeRabbit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.