From a889be24b05aecad5847a5967ca2adcf85049506 Mon Sep 17 00:00:00 2001 From: Jinge Li <9894243+chinapandaman@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:03:04 -0500 Subject: [PATCH 1/2] PPF-668: moved over --- .../ISSUE_TEMPLATE/general-issue-template.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/general-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/general-issue-template.md b/.github/ISSUE_TEMPLATE/general-issue-template.md new file mode 100644 index 00000000..e8de7b97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-issue-template.md @@ -0,0 +1,28 @@ +--- +name: General Issue Template +about: Please report any general purpose issue using this template. +title: 'PPF-: ' +labels: '' +assignees: '' + +--- + +### Version + + +PyPDFForm=X.X.X + +### Code Snippet + + +```python +# modify this +``` + +### PDF Form Template + + + +### Screenshots (if applicable) + + From cf960251ae85d816d7e68f52bb3eaf590fa24077 Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Wed, 19 Jun 2024 11:04:16 -0500 Subject: [PATCH 2/2] PPF-666: this is no longer needed --- .github/ISSUE_TEMPLATE.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 2f2fac9a..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ -### Version - - -PyPDFForm=X.X.X - -### Code Snippet - - -```python -# modify this -``` - -### PDF Form Template - - - -### Screenshots (if applicable) - -