summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/.github
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/.github')
-rw-r--r--packages/markdown/marked/.github/ISSUE_TEMPLATE.md42
-rw-r--r--packages/markdown/marked/.github/ISSUE_TEMPLATE/Bug_report.md27
-rw-r--r--packages/markdown/marked/.github/ISSUE_TEMPLATE/Feature_request.md14
-rw-r--r--packages/markdown/marked/.github/ISSUE_TEMPLATE/Proposal.md11
-rw-r--r--packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE.md53
-rw-r--r--packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE/badges.md50
-rw-r--r--packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE/release.md25
7 files changed, 0 insertions, 222 deletions
diff --git a/packages/markdown/marked/.github/ISSUE_TEMPLATE.md b/packages/markdown/marked/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 9df84eaf..00000000
--- a/packages/markdown/marked/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,42 +0,0 @@
-**Marked version:**
-
-**Markdown flavor:** Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a
-
-<!-- The NPM version or commit hash having the issue -->
-
-<!--
-
- If submitting something other than a defect with Marked itself, please use the following:
-
-**Proposal type:** new feature | project operations | other
-
-## What pain point are you perceiving?
-
-## What solution are you suggesting?
-
--->
-
-## Expectation
-
-**CommonMark Demo:** [demo](https://spec.commonmark.org/dingus/)
-<!-- You can replace the link above with a permalink from: https://spec.commonmark.org/dingus/ -->
-
-<!-- Describe the output you are expecting from marked -->
-
-## Result
-
-**Marked Demo:** [demo](https://marked.js.org/demo/)
-<!-- You can replace the link above with a permalink from: https://marked.js.org/demo/ -->
-
-<!-- Describe the output you received from marked -->
-
-## What was attempted
-
-<!-- Describe what code combination got you there -->
-
-<!--
- If error is thrown add the following:
-
-## Call stack & console log
-
--->
diff --git a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Bug_report.md b/packages/markdown/marked/.github/ISSUE_TEMPLATE/Bug_report.md
deleted file mode 100644
index d8042b4d..00000000
--- a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Bug_report.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-name: Bug report
-about: Marked says it does this thing but does not
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-
-<!-- If possible, use the Marked Demo permalink and compare to the CommonMark Dingus permalink to demonstrate the bug -->
-<!--
-1. [Marked Demo](https://marked.js.org/demo/)
-2. [CommonMark Demo](https://spec.commonmark.org/dingus/)
--->
-
-<!-- If you need a specific version and options to reproduce the bug, use the following template -->
-<!--
-1. Install marked `npm install --save marked@0.3.19` with the version you are using
-2. Run marked with input string and options such as `marked('hello *world*', {gfm: true})`
-3. Actual output (or error) is...
--->
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
diff --git a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Feature_request.md b/packages/markdown/marked/.github/ISSUE_TEMPLATE/Feature_request.md
deleted file mode 100644
index 745d4b43..00000000
--- a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Feature_request.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-name: Feature request
-about: Marked doesn't do this thing and I think it should
-
----
-
-**Describe the feature**
-A clear and concise description of what you would like.
-
-**Why is this feature necessary?**
-A clear and concise description of why.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
diff --git a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Proposal.md b/packages/markdown/marked/.github/ISSUE_TEMPLATE/Proposal.md
deleted file mode 100644
index aa94da3a..00000000
--- a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Proposal.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-name: Proposal
-about: Marked doesn't do this thing and I think it should
-
----
-
-**What pain point are you perceiving?.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
diff --git a/packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE.md b/packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index 8274e607..00000000
--- a/packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,53 +0,0 @@
-
-<!--
-
- If release PR, add ?template=release.md to the PR url to use the release PR template.
-
- If badging PR, add ?template=badges.md to the PR url to use the badges PR template.
-
- Otherwise, you are stating this PR fixes an issue that has been submitted; or,
- describes the issue or proposal under consideration and contains the project-related code to implement.
-
--->
-
-**Marked version:**
-
-<!-- The NPM version or commit hash having the issue -->
-
-**Markdown flavor:** Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a
-
-## Description
-
-- Fixes #### (if fixing a known issue; otherwise, describe issue using the following format)
-
-<!--
-
- If no issue exists that you're aware of. The maintainers should be able to figure out if it's a duplicate.
-
-## Expectation
-
-Describe the output you are expecting from marked
-
-## Result
-
-Describe the output you received from marked
-
-## What was attempted
-
-Describe what code combination got you there
-
--->
-
-## Contributor
-
-- [ ] Test(s) exist to ensure functionality and minimize regression (if no tests added, list tests covering this PR); or,
-- [ ] no tests required for this PR.
-- [ ] If submitting new feature, it has been documented in the appropriate places.
-
-## Committer
-
-In most cases, this should be a different person than the contributor.
-
-- [ ] Draft GitHub release notes have been updated.
-- [ ] CI is green (no forced merge required).
-- [ ] Merge PR
diff --git a/packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE/badges.md b/packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE/badges.md
deleted file mode 100644
index 2078243d..00000000
--- a/packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE/badges.md
+++ /dev/null
@@ -1,50 +0,0 @@
-**@mention the contributor:**
-
-## Recommendation to:
-
-- [ ] Change user group
-- [ ] Add a badge
-- [ ] Remove a badge
-
-<!--
-
- Explain your reasoning behind tagging that person.
-
- Preferably by citing objective examples, like PRs, Issues, and so on.
-
--->
-
-## As the one mentioned, I would like to:
-
-- [ ] accept the recommendation; or,
-- [ ] graciously decline; or,
-- [ ] dispute the recommendation
-
-within 30 days, if you have not indicated which option you are taking one of the following will happen:
-
-1. If adding a badge, we will assume you are graciously declining.
-2. If removing a badge, we will assume you do not want to dispute the recommendation; therefore, the badge will be removed.
-
-<!--
-
- Why would someone not accept a badge? Loads of reasons depending on the circumstances.
-
- 1. If you're a committer and someone puts a badge for you on having decision making authority in an area, do you really a) think you earned it and b) think you can do that *and* all the other stuff you got going as a committer, admin, or publisher (not to even mention your outside life)? Maybe not. And that's okay. Thank them for the recognition, explain you aren't able to take more on at the moment. It's cool to get recognized though.
- 2. Maybe you don't feel you actually earned it yet. I remember being in an interview once. The interviewer asked me to give an example of going above and beyond the call of duty. I said, "That's hard. Because what you consider going above and beyond may be what I consider to be 'just rising to'. If we're in battle and you get wounded and I pull you out of the frey before heading back into it, I don't consider that going above and beyond; I consider that rising to."
-
- Why would someone remove their own badge? Loads of reasons...
-
- 1. Maybe you got a lot going on right now and want to broadcast to the Marked community that, "Hey, I don't want to say I'm going to do this unless I can really commit to it right now in a way that serves the project well." That's awesome! That takes courage! Because a) saying "no" is hard for most humans ("people pleasers") and b) the alternative, well, for those of us here since about October of 2017 (and prior), we know what the alternative can look like.
- 2. Maybe you just think you've done all you can to help and learned all you can from the experience. Again, very awesome and courageous. It takes courage to know when to walk away on your own accord.
-
- Why would you want to remove someone's badge? Loads of reasons...
-
- 1. Maybe they have decision making authority on something. You asked for their advice. And, you ended up waiting almost a month before receiving a response.
- 2. Maybe it was relevant at the time (Master of Marked, for example) but you think they've lost their former level of skill (fell out of practice, for example). They could always get it back.
- 3. Maybe to signal to them that, "Hey, you seem to have forgotten about us. Are you still around (or alive)?"
-
- Anyway, you get the idea. This isn't about good or bad...it's just about giving the community a simple game mechanic by which to publicly say, "Thank you" or "Here's what my status is" in the community or "Hey, I think something's wrong here" in a civil manner.
-
--->
-
-Note: All committers must approve via review before merging, the disapproving committer can simply close the PR. \ No newline at end of file
diff --git a/packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE/release.md b/packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE/release.md
deleted file mode 100644
index 29cd7f2e..00000000
--- a/packages/markdown/marked/.github/PULL_REQUEST_TEMPLATE/release.md
+++ /dev/null
@@ -1,25 +0,0 @@
-## Publisher
-
-- [ ] `$ npm version` has been run.
-- [ ] Release notes in [draft GitHub release](https://github.com/markedjs/marked/releases) are up to date
-- [ ] Release notes include which flavors and versions of Markdown are supported by this release
-- [ ] Committer checklist is complete.
-- [ ] Merge PR.
-- [ ] Publish GitHub release using `master` with correct version number.
-- [ ] `$ npm publish` has been run.
-- [ ] Create draft GitHub release to prepare next release.
-
-Note: If merges to `master` occur after submitting this PR and before running `$ npm pubish` you should be able to
-
-1. pull from `upstream/master` (`git pull upstream master`) into the branch holding this version,
-2. run `$ npm run build` to regenerate the `min` file, and
-3. commit and push the updated changes.
-
-## Committer
-
-In most cases, this should be someone different than the publisher.
-
-- [ ] Version in `package.json` has been updated (see [PUBLISHING.md](https://github.com/markedjs/marked/blob/master/docs/PUBLISHING.md)).
-- [ ] The `marked.min.js` has been updated; or,
-- [ ] release does not change library.
-- [ ] CI is green (no forced merge required).