Skip to content

Commit

Permalink
Merge pull request #16 from zeoflow/github-config
Browse files Browse the repository at this point in the history
Updated github config
  • Loading branch information
teogor authored Mar 18, 2021
2 parents dbd1f45 + 8199b6c commit a396781
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 24 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug short-description]"
labels: bug
assignees: 'TeodorHMX1'

---

**Description:** Full description of issue here

**Source code:** The code snippet which is causing this issue. Please consider attaching a minimal sample app that reproduces the issue.

###### To help us triage faster, please check to make sure you are using the [latest version](https://github.com/zson/parcelled/releases) of the library.
###### We also happily accept [pull requests](https://github.com/zeoflow/zson/pulls).
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Component name]"
labels: feature request
assignees: 'TeodorHMX1'

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.

**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.

###### We also happily accept [pull requests](https://github.com/zeoflow/zson/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.

9 changes: 4 additions & 5 deletions .zeobot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,11 @@ license_checker:
# with extension
extensions:
- java
- kt
- xml
# files to ignore
to_ignore:
# with path
files_path:
- app/

# Draft Release (DR)
# automatically make a draft release
Expand Down Expand Up @@ -145,16 +144,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 +190,4 @@ draft_release:

########################
# Configuration Ends #
########################
########################
6 changes: 6 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Table of Contents
### Link to GitHub issues it solves
closes #5346
### Description

###### [Contributing](https://github.com/zeoflow/zson/blob/master/docs/contributing.md) has more information and tips for a great pull request.

0 comments on commit a396781

Please sign in to comment.