diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b48ee26..8bd9786 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: "[Component name] Short description of issue" -labels: bug +labels: '@bug' assignees: 'TeodorHMX1' --- @@ -13,8 +13,5 @@ assignees: 'TeodorHMX1' **Source code:** The code snippet which is causing this issue. Please consider attaching a minimal sample app that reproduces the issue. -**Android API version:** Android API version here - -To help us triage faster, please check to make sure you are using the [latest version](https://github.com/zeoflow/anidero/releases) of the library. - -We also happily accept [pull requests](https://github.com/zeoflow/anidero/pulls). +###### To help us triage faster, please check to make sure you are using the [latest version](https://github.com/zeoflow/anidero/releases) of the library. +###### We also happily accept [pull requests](https://github.com/zeoflow/anidero/pulls). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cd6bd2a..0a97f24 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "[Component name] Short description of request" -labels: feature request +labels: '@feature' assignees: 'TeodorHMX1' --- @@ -19,4 +19,4 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. -We also happily accept [pull requests](https://github.com/zeoflow/anidero/pulls). +###### We also happily accept [pull requests](https://github.com/zeoflow/anidero/pulls). diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 6899bf0..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/null" - schedule: - interval: "monthly" - target-branch: "null" - labels: - - "@null-dependencies" \ No newline at end of file diff --git a/.github/first-timers.yml b/.github/first-timers.yml deleted file mode 100644 index 9f5c1fb..0000000 --- a/.github/first-timers.yml +++ /dev/null @@ -1,4 +0,0 @@ -repository: camp -labels: - - @first-timers-only -template: .github/FIRST_TIMERS_ISSUE_TEMPLATE.md diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 7e69094..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: Test -"on": - push: - branches: - pull_request: -jobs: diff --git a/.zeobot/config.yml b/.zeobot/config.yml index 5d48f7a..8ad8394 100644 --- a/.zeobot/config.yml +++ b/.zeobot/config.yml @@ -30,7 +30,7 @@ auto_assign: use_review_groups: false use_assignee_groups: false add_reviewers: true - add_assignees: false + add_assignees: true number_of_assignees: 0 number_of_reviewers: 0 review_groups: @@ -39,6 +39,8 @@ auto_assign: - TeodorHMX1 - Teogor assignees_to_add: + - TeodorHMX1 + - Teogor skip_keywords: # Autodelete Merged Branches (AMB) @@ -96,12 +98,12 @@ license_checker: # with extension extensions: - java - - kt - xml # files to ignore to_ignore: # with path files_path: + - sample/ # Draft Release (DR) # automatically make a draft release @@ -145,16 +147,16 @@ draft_release: # these labels will influence the next version labels: - '@security' - - '@priority-critical' - '@feature' - - '@priority-high' - '@maintenance' + - '@priority-high' # patch - version category patch: # these labels will influence the next version labels: - '@dependency-update' - '@enhancement' + - '@priority-critical' - '@priority-medium' - '@priority-low' - '@priority-very-low' @@ -191,4 +193,4 @@ draft_release: ######################## # Configuration Ends # -######################## +######################## \ No newline at end of file diff --git a/pull_request_template.md b/pull_request_template.md index f0ad472..386da38 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,11 +1,6 @@ -**TO-DO** -Table of Contents -> - [ ] Identify the component the PR relates to in brackets in the title. - `component-name` -> - [ ] It solves an issue - > - [ ] Link to GitHub issues it solves. - `closes #5346` -> - [ ] Sign the CLA bot. You can do this once the pull request is opened. +## Table of Contents +### Link to GitHub issues it solves +closes #5346 +### Description -[Contributing](https://github.com/zeoflow/anidero/blob/master/docs/contributing.md) -has more information and tips for a great pull request. +###### [Contributing](https://github.com/zeoflow/anidero/blob/master/docs/contributing.md) has more information and tips for a great pull request. \ No newline at end of file