Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

ZeoBot's Environment Conflicts #18

Merged
merged 3 commits into from
Apr 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

---
Expand All @@ -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/stylar/releases) of the library.

We also happily accept [pull requests](https://github.com/zeoflow/stylar/pulls).
###### To help us triage faster, please check to make sure you are using the [latest version](https://github.com/zeoflow/stylar/releases) of the library.
###### We also happily accept [pull requests](https://github.com/zeoflow/stylar/pulls).
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

---
Expand All @@ -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/stylar/pulls).
###### We also happily accept [pull requests](https://github.com/zeoflow/stylar/pulls).
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/first-timers.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/test.yml

This file was deleted.

12 changes: 7 additions & 5 deletions .zeobot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -39,6 +39,8 @@ auto_assign:
- TeodorHMX1
- Teogor
assignees_to_add:
- TeodorHMX1
- Teogor
skip_keywords:

# Autodelete Merged Branches (AMB)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -191,4 +193,4 @@ draft_release:

########################
# Configuration Ends #
########################
########################
15 changes: 5 additions & 10 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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/stylar/blob/master/docs/contributing.md)
has more information and tips for a great pull request.
###### [Contributing](https://github.com/zeoflow/stylar/blob/master/docs/contributing.md) has more information and tips for a great pull request.