From d2542d080d0fd73bf70da7a5a70b39a9da10d58a Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Wed, 9 Oct 2024 19:42:01 +0100 Subject: [PATCH] Delete .github/PULL_REQUEST_TEMPLATE directory --- .github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.md | 23 ------------------- .../PULL_REQUEST_TEMPLATE.md | 1 - 2 files changed, 24 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.md b/.github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.md deleted file mode 100644 index a76204b..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/NEW_LANGUAGE.md +++ /dev/null @@ -1,23 +0,0 @@ -# New Language Definition Contribution - -Thank you for contributing a new language definition! Please follow the guidelines below to ensure that your contribution can be easily reviewed and integrated into the project. - -## Description - -**Language Name**: (e.g., Python, JavaScript) - -Fixes # (issue number, if applicable) - -## Checklist for Adding a New Language - -Before submitting your pull request, please ensure the following requirements are met: - -- [ ] I have added the language to `syntax.json` with the language name matching that in GitHub's [Linguist `languages.yml` file](https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml). -- [ ] I have added sample code to `test_new.diff` and `test_closed.diff`. -- [ ] I have added issue creation and closure tests to `test_todo_parser.py`. The tests should check that the `ace_mode` of the issue matches that specified in the `languages.yml` file. If existing checks for that `ace_mode` exists, I have incremented them instead. -- [ ] I have updated `README.md` to add the language. -- [ ] I have run and verified all tests. - -## Thank You - -We appreciate your time and effort in improving this project! diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 8b13789..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1 +0,0 @@ -