diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md
index fe34373..7ba86e1 100644
--- a/.github/ISSUE_TEMPLATE/issue.md
+++ b/.github/ISSUE_TEMPLATE/issue.md
@@ -15,11 +15,12 @@ assignees: vladmandic
**Environment
-- FaceAPI version
-- FaceAPI module used (e.g. `face-api`, `face-api.esm`, `face-api.esm-nobundle`)
-- 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.)
+- Module version?
+- Built-in demo or custom code?
+- Type of module used (e.g. `js`, `esm`, `esm-nobundle`)?
+- Browser or NodeJS and version (e.g. NodeJS 14.15 or Chrome 89)?
+- 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**
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
new file mode 100644
index 0000000..955bef1
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
@@ -0,0 +1,3 @@
+# Pull Request Template
+
+
diff --git a/CODE_OF_CONDUCT b/CODE_OF_CONDUCT
index 88c6164..fdba0ae 100644
--- a/CODE_OF_CONDUCT
+++ b/CODE_OF_CONDUCT
@@ -1,4 +1,4 @@
-# FaceAPI Library: Code of Conduct
+# Code of Conduct
Use your best judgement
If it will possibly make others uncomfortable, do not post it
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 46dbf01..4a281bf 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -1,4 +1,4 @@
-# FaceAPI Library: Contributing Guidelines
+# Contributing Guidelines
Pull requests from everyone are welcome
@@ -12,7 +12,6 @@ Procedure for contributing:
- Test your changes against code guidelines
`npm run lint`
- Push changes to your fork
-- Submit a PR (pull request) to `FaceAPI`
-
+- Submit a PR (pull request)
Your pull request will be reviewed and pending review results, merged into main branch
diff --git a/LICENSE b/LICENSE
index 82d071f..f62fb36 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2018 Vincent Mühler
+Copyright (c) Vladimir Mandic
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/SECURITY.md b/SECURITY.md
index 15d50a4..67314e5 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -1,6 +1,4 @@
-# FaceAPI Library: Security Policy
-
-
+# Security Policy
All issues are tracked publicly on GitHub