diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 766929ae..25e4b1b9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ --- name: 🐞 Bug description: File a bug/issue -title: "[BUG] " +title: "<title>" labels: "bug,status:triage" body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 074e436a..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Submit a bug report. -title: '' -labels: bug, status:triage -assignees: simonhkswan - ---- - -**Describe the bug** -<!--- A clear and concise description of what the bug is. ---> - -**To Reproduce** -<!--- Steps to reproduce the behaviour: ---> -```pycon ->>> import fairlens as fl ->>> import pandas as pd ->>> df = pd.read_csv(...) -... -``` - -**Expected behaviour** -<!--- A clear and concise description of what you expected to happen. ---> - -**Screenshots** -<!--- If applicable, add screenshots to help explain your problem. ---> - -**Additional context** -<!--- Add any other context about the problem here. ---> diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 09501d73..6bd8fb50 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,4 +3,7 @@ contact_links: - name: Fairlens community discussions url: https://github.com/synthesized-io/fairlens/discussions about: Please ask and answer questions here. + - name: Fairlens Documentation + url: https://fairlens.readthedocs.io/en/latest/ + about: Checkout our latest documentation. ... diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index aad68610..bd5bda7a 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,8 +1,8 @@ --- name: Feature Request description: Propose a new feature for development -title: "[FEATURE] <title>" -labels: "status:triage" +title: "<title>" +labels: "feature,status:triage" body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 2978ec58..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Propose a new feature for development. -title: '' -labels: status:triage -assignees: simonhkswan - ---- - -**Is your feature request related to a problem? Please describe.** -<!--- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ---> - -**Describe the solution you'd like** -<!--- A clear and concise description of what you want to happen. ---> - -**Describe alternatives you've considered** -<!--- A clear and concise description of any alternative solutions or features you've considered. ---> - -**Additional context** -<!--- Add any other context or screenshots about the feature request here. ---> diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index ecdc578d..fb4d3603 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -1,7 +1,7 @@ --- name: General Issue description: Raise a general issue for the project -title: "[ISSUE] <title>" +title: "<title>" labels: "status:triage" body: - type: checkboxes @@ -17,11 +17,10 @@ body: description: How would you best classify the scope of this issue, using the categories below? multiple: true options: - - Bug - CI/CD - Documentation - Improvement - - Feature + - Maintainance/Refactor validations: required: true - type: textarea