From c977674c7ae000a094d74c0f6ea597127c6dd6c7 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 9 May 2019 22:39:55 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31957a7..08c128e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,6 +24,8 @@ I welcome pull requests. But accepting a PR obligates me to maintain that code f * If you’re new to Pollen or Racket, your PR is more likely to be declined, because certain things you perceive as bugs are actually features, certain things you perceive as missing are actually present, and certain limitations you perceive as surmountable are actually not. (See also point #1 re: backdrop of ignorance.) +* If your PR includes open-source material from elsewhere, please make sure that material is a) compatible with the Pollen license and b) attributed in whatever way is required. Otherwise, I cannot accept it. + * PRs that could have unit tests, and don’t, will be treated harshly. As they should. * PRs that want to amend Pollen’s public interface receive the highest scrutiny.