mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Merge pull request #111 from tusharnankani/feat/add-issue-templates
add issue templates
This commit is contained in:
commit
39a3116f65
4 changed files with 52 additions and 3 deletions
22
.github/CONTRIBUTING.md
vendored
Normal file
22
.github/CONTRIBUTING.md
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Contributing to Pico
|
||||||
|
|
||||||
|
Thanks for your interest in contributing to Pico CSS! Please take a moment to review this document before submitting a [bug report](https://github.com/picocss/pico/issues) or a [pull request](https://github.com/picocss/pico/pulls).
|
||||||
|
|
||||||
|
## Bug reports
|
||||||
|
|
||||||
|
The [issue tracker]((https://github.com/picocss/pico/issues)) is the preferred channel for bug reports, but please respect the following restrictions:
|
||||||
|
- Please do not use the issue tracker for personal support requests. [Open a question in our discussion forums](https://github.com/picocss/pico/discussions/discussions/new?category=help) instead.
|
||||||
|
- Please do not use the issue tracker for feature requests. [Suggest any ideas you have using our discussion forums](https://github.com/picocss/pico/discussions/discussions/new?category=ideas) instead.
|
||||||
|
|
||||||
|
## Pull requests
|
||||||
|
|
||||||
|
Good pull requests, patches, improvements, and new features are a fantastic help.
|
||||||
|
|
||||||
|
**Please ask first before starting work on any significant new features.**
|
||||||
|
We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/picocss/pico/discussions/discussions/new?category=ideas).
|
||||||
|
|
||||||
|
[`dev`](https://github.com/picocss/pico/tree/dev) branch is open to pull requests.
|
||||||
|
|
||||||
|
**Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly.** Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `npm run build`.
|
||||||
|
|
||||||
|
Do not edit [`/docs/*.html`](https://github.com/picocss/pico/tree/master/docs) files directly. Edit the source files in [`/docs/src`](https://github.com/picocss/pico/tree/master/docs/src), then recompile the docs files with `npm run build`.
|
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a bug report if you've already asked for help with a problem and confirmed something is broken with Pico CSS.
|
||||||
|
---
|
||||||
|
|
||||||
|
Please search for duplicate or closed issues first.
|
||||||
|
|
||||||
|
## Describe the issue
|
||||||
|
|
||||||
|
### Current Behavior
|
||||||
|
A concise description of the bug.
|
||||||
|
|
||||||
|
### Expected Behavior
|
||||||
|
A concise description of what you expected.
|
||||||
|
|
||||||
|
### Reproduction URL
|
||||||
|
We recommend including a link to a minimal reproduction of the bug using CodePen or a similar tool.
|
||||||
|
**Please do not link to your actual project.** Instead, we need a reduced test case in a new project without any unnecessary code.
|
||||||
|
|
||||||
|
### Environment
|
||||||
|
Example: OS, versions, browser details.
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Get Help
|
||||||
|
url: https://github.com/picocss/pico/discussions/discussions/new?category=help
|
||||||
|
about: If you can't get something to work the way you expect, open a question in our discussion forums.
|
||||||
|
- name: Feature Request
|
||||||
|
url: https://github.com/picocss/pico/discussions/discussions/new?category=ideas
|
||||||
|
about: Suggest any ideas you have using our discussion forums.
|
|
@ -177,9 +177,7 @@ Pico can be used without custom CSS for quick or small projects. However, it’s
|
||||||
Pico is designed and tested for the latest stable Chrome, Firefox, Edge, and Safari releases. It does not support any version of IE, including IE 11.
|
Pico is designed and tested for the latest stable Chrome, Firefox, Edge, and Safari releases. It does not support any version of IE, including IE 11.
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
- [`dev`](https://github.com/picocss/pico/tree/dev) branch is open to pull requests.
|
If you are interested in contributing to Pico CSS, please read our [contributing guidelines](https://github.com/picocss/pico/blob/master/.github/CONTRIBUTING.md).
|
||||||
- Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly. Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `npm run build`.
|
|
||||||
- Do not edit [`/docs/*.html`](https://github.com/picocss/pico/tree/master/docs) files directly. Edit the source files in [`/docs/src`](https://github.com/picocss/pico/tree/master/docs/src), then recompile the docs files with `npm run build`.
|
|
||||||
|
|
||||||
## Copyright and license
|
## Copyright and license
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue