diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1491f57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Report a bug or unexpected behavior +title: '' +labels: bug +assignees: '' +--- + +## What happened + + +## Steps to reproduce + + +## Expected behavior + +## Version & environment + + +## Additional context diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..700178d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Security vulnerability + url: https://github.com/Delego-Dev/plugin/blob/main/SECURITY.md + about: Please report security issues privately per our security policy, not as a public issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e9df647 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea or improvement +title: '' +labels: enhancement +assignees: '' +--- + +## Problem + + +## Proposed solution + +## Alternatives considered + +## Additional context diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..4080f22 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,22 @@ +# Code of Conduct + +This project adopts the [Contributor Covenant](https://www.contributor-covenant.org/), +version 2.1. + +We pledge to make participation in our community a harassment-free experience for +everyone. We are committed to acting and interacting in ways that contribute to +an open, welcoming, diverse, inclusive, and healthy community. + +Examples of behavior that contributes to a positive environment include showing +empathy and kindness, being respectful of differing opinions, giving and +gracefully accepting constructive feedback, and focusing on what is best for the +community. Harassment, insulting or derogatory comments, and other unprofessional +conduct are not tolerated. + +## Reporting + +Report unacceptable behavior to **koishore@gmail.com**. All complaints will be +reviewed and investigated promptly and fairly. + +The full text of the Contributor Covenant 2.1 is available at +.