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

Commit

Permalink
updated templates
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Apr 10, 2021
1 parent 04c7045 commit 23222c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
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).
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.

0 comments on commit 23222c6

Please sign in to comment.