From 8d83a38aa26a58ce478a3e3cb0c040451de373de Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sat, 3 Mar 2018 11:11:04 -0500 Subject: [PATCH 1/5] Add markdown flavors to issues and pr templates Take the burden off the core team to identify which markdown flavor is experiencing the issue. --- .github/ISSUE_TEMPLATE.md | 2 ++ .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6030908329..e0465a7847 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,7 @@ **Marked version:** +**Markdown flavor:** Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a + ## Description From ddc10c2e949ffc2e64d690d23040cdf7455e21e5 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sat, 3 Mar 2018 11:14:31 -0500 Subject: [PATCH 2/5] Add Totally Tron badge --- AUTHORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 8bd407002d..5c85d09c58 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -120,6 +120,8 @@ Badges at play:
Someone who has demonstrated a high degree of expertise or authority when it comes to software security.
Titan of the Test Harness
Someone who demonstrates high-levels of understanding regarding Marked's test harness.
+
Totally Tron
+
Someone who demonstrates they are willing and able to "fight for the users", both developers dependent on marked to do their jobs as well as end-users interacting with the output (particularly in the realm of those with the disabilities).
Special badges that come with the job: From e28602ed7512ba7b2d65e03ebfad397c2c88b759 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sat, 3 Mar 2018 11:19:56 -0500 Subject: [PATCH 3/5] Rename RELEASE to PUBLISHING --- CONTRIBUTING.md | 4 ++-- RELEASE.md => PUBLISHING.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename RELEASE.md => PUBLISHING.md (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe38b4b475..9fbb49500b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,6 +90,6 @@ To build your own minified version of Marked: npm run build ``` -## Releasing +## Publishing -Creating GitHub releases and publishing to NPM is limited to conributors and owners. If you would like more information, please see our [releasing documentation](https://github.com/markedjs/marked/blob/master/RELEASE.md). +Creating GitHub releases and publishing to NPM is limited to conributors and owners. If you would like more information, please see our [publishing documentation](https://github.com/markedjs/marked/blob/master/PUBLISHING.md). diff --git a/RELEASE.md b/PUBLISHING.md similarity index 100% rename from RELEASE.md rename to PUBLISHING.md From 14af6205d708b927ca01d1a673643d9eec655687 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sat, 3 Mar 2018 11:51:24 -0500 Subject: [PATCH 4/5] Move comment based on review --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 710c312a1c..8072ccc674 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,11 +12,10 @@ **Marked version:** -**Markdown flavor:** Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a - - +**Markdown flavor:** Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a + ## Description - Fixes #### (if fixing a known issue; otherwise, describe issue using the following format) From 68e11c0121d9c62ee4485075edfc78270605b549 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sat, 3 Mar 2018 11:52:22 -0500 Subject: [PATCH 5/5] Rename USAGE_ to USING_ --- USAGE_ADVANCED.md => USING_ADVANCED.md | 0 USAGE_EXTENSIBILITY.md => USING_PRO.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename USAGE_ADVANCED.md => USING_ADVANCED.md (100%) rename USAGE_EXTENSIBILITY.md => USING_PRO.md (100%) diff --git a/USAGE_ADVANCED.md b/USING_ADVANCED.md similarity index 100% rename from USAGE_ADVANCED.md rename to USING_ADVANCED.md diff --git a/USAGE_EXTENSIBILITY.md b/USING_PRO.md similarity index 100% rename from USAGE_EXTENSIBILITY.md rename to USING_PRO.md