From 2bbfd8490a22068562c0bb241d585468c60fbf01 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 14 Mar 2021 14:19:42 -0400 Subject: [PATCH] create templates --- .github/ISSUE_TEMPLATE/ISSUE.md | 1 - .github/ISSUE_TEMPLATE/issue.md | 26 ++++++++++++++++++++++++++ CODE_OF_CONDUCT | 4 ++++ CONTRIBUTING | 3 +++ SECURITY.md | 3 +++ 5 files changed, 36 insertions(+), 1 deletion(-) delete mode 100644 .github/ISSUE_TEMPLATE/ISSUE.md create mode 100644 .github/ISSUE_TEMPLATE/issue.md create mode 100644 CODE_OF_CONDUCT create mode 100644 CONTRIBUTING create mode 100644 SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/ISSUE.md b/.github/ISSUE_TEMPLATE/ISSUE.md deleted file mode 100644 index 33e74c9..0000000 --- a/.github/ISSUE_TEMPLATE/ISSUE.md +++ /dev/null @@ -1 +0,0 @@ -Please include output of `faceapi.version` object or specify details about your version and platform (OS, NodeJS version, Browser version). diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..3108b12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,26 @@ +--- +name: Issue +about: Issue +title: '' +labels: '' +assignees: vladmandic + +--- + +**Issue Description** + +**Steps to Reproduce** + +**Expected Behavior** + +**Environment + +- FaceAPI version +- Browser or NodeJS and version (e.g. NodeJS 14.15 or Chrome 86) +- OS and Hardware platform (e.g. Windows 10, Ubuntu Linux on x64, Android 10) +- Packager (if any) (e.g, webpack, rollup, parcel, esbuild, etc.) + +**Additional** + +- For installation or startup issues include your `package.json` +- For usage issues, it is recommended to post your code as [gist](https://gist.github.com/) diff --git a/CODE_OF_CONDUCT b/CODE_OF_CONDUCT new file mode 100644 index 0000000..013c730 --- /dev/null +++ b/CODE_OF_CONDUCT @@ -0,0 +1,4 @@ +# FaceAPI Library: Code of Conduct + +
+ diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..d77b7b2 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,3 @@ +# FaceAPI Library: Contributing Guidelines + +
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3bd5c3f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +# FaceAPI Library: Security Policy + +