Commit graph

55 commits

Author SHA1 Message Date
Daniel Shokouhi
130a577e67 Add android repo to issue template () 2020-01-07 22:10:04 -05:00
Franck Nijhof
d4a67e3a30 Update documentation link URL for integrations (part2) () 2019-10-02 09:34:07 -07:00
Franck Nijhof
14647f5391 Exempt 'Help wanted' issue from stale bot () 2019-09-22 08:31:01 -07:00
Franck Nijhof
b274b10f38
Adds Stale Probot for issues ()
* Adds Stale Probot for issues

* Do not ignore assigned issues

* Small language tweak in mark comment
2019-07-06 20:18:20 +02:00
Franck Nijhof
ac4f2c9f73
Adds Lock Threads Probot () 2019-07-06 19:48:08 +02:00
Franck Nijhof
31f569ada9 Batch of Component(s) -> Integration(s) () 2019-07-05 15:24:26 -07:00
Paulus Schoutsen
0f174250cc
Update PR template ()
* Update PR template

* Update config, PR template
2019-05-07 14:18:40 -07:00
Anders Melchiorsen
148860587c No longer promote imports inside methods () 2019-04-27 09:16:44 -07:00
Robbie Trencheny
c2cce13e2a
Migrating codeowners-mention to Heroku 2019-04-18 11:11:26 -07:00
Robbie Trencheny
6c5f0b7434
It doesnt count as a fail if you catch it within 2 minutes 2019-04-04 21:27:18 -07:00
Rohan Kapoor
be579b783a Update PR template requirements to point to the manifest ()
## Description:
Update the PR template to point requirements to the new manifest requirements.

**Related issue (if applicable):** relates to 

**Pull request in [home-assistant.io](https://github.com/home-assistant/home-assistant.io) with documentation (if applicable):** https://github.com/home-assistant/developers.home-assistant/pull/214

## Example entry for `configuration.yaml` (if applicable):
```yaml

```

## Checklist:
  - [ ] The code change is tested and works locally.
  - [ ] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
  - [ ] There is no commented out code in this PR.

If user exposed functionality or configuration variables are added/changed:
  - [ ] Documentation added/updated in [home-assistant.io](https://github.com/home-assistant/home-assistant.io)

If the code communicates with devices, web services, or third-party tools:
  - [ ] New dependencies have been added to the `REQUIREMENTS` variable ([example][ex-requir]).
  - [ ] New dependencies are only imported inside functions that use them ([example][ex-import]).
  - [ ] New or updated dependencies have been added to `requirements_all.txt` by running `script/gen_requirements_all.py`.
  - [ ] New files were added to `.coveragerc`.

If the code does not interact with devices:
  - [ ] Tests have been added to verify that the new code works.

[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard/__init__.py#L14
[ex-import]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard/__init__.py#L23
2019-04-04 21:24:55 -07:00
Robbie Trencheny
f9564400e8
Activate codeowners-mention via GitHub actions 2019-04-03 23:53:17 -07:00
Pascal Vizeli
71ecaa4385
Delete main.workflow 2019-03-30 21:59:15 +01:00
Jason Hu
e5da7a0014 Add breaking change section to PR template () 2019-03-13 10:54:30 +01:00
Pascal Vizeli
61786b79f7
Revert pull request to push 2019-03-07 15:33:13 +01:00
Pascal Vizeli
5c2d174d5f
Change github trigger type 2019-03-07 15:25:27 +01:00
Pascal Vizeli
02bcf46053
Update .travis.yml ()
* Update .travis.yml

* Update tox.ini

* Update main.workflow

* Update tox.ini
2019-03-07 14:40:18 +01:00
Pascal Vizeli
72b6e80d02
Better output of workflow 2019-03-04 14:06:05 +01:00
Pascal Vizeli
c60627c699
GitHub Workflow ()
* Fix tox.ini

* Update main.workflow

* Update tox.ini

* Update main.workflow

* Update main.workflow

* Update tox.ini

* Try only with one

* Update main.workflow

* Update main.workflow

* Update main.workflow

* Update main.workflow

* Update main.workflow
2019-03-04 12:36:50 +01:00
Pascal Vizeli
5c9f266672
Fix actions with tox ()
* Fix actions with tox

* Update main.workflow
2019-03-04 10:23:19 +01:00
Pascal Vizeli
5efcbc5043
Replace travis () 2019-03-04 09:59:35 +01:00
Robbie Trencheny
111f882d78
Add note to issue template regarding iOS issues ()
## Description:

Add an additional line to the issue template mentioning that iOS issues should be reported to the home-assistant-iOS repo.
2019-02-22 17:39:19 -08:00
Colby Rome
136b1e1f6c Fix broken links to code examples () 2019-02-13 17:14:59 +01:00
Charles Garwood
70dbbbd974
Add note to issue template regarding frontend issues () 2018-12-14 19:06:20 -05:00
Adam Mills
917ebed4c9 Update PR checklist with commented out code check ()
Along with hopefully helping resolve these actual problems, a nudge for people to look at their own code might help catch other quick fixes before anyone else has to review a PR.
2018-11-06 19:47:19 +01:00
Franck Nijhof
7a5e828f6b Updates documentation repo URL in PR template () 2018-09-10 14:28:21 +02:00
Fabian Affolter
d6e76969cc
Tweak about the requirements 2018-06-01 23:33:04 +02:00
Otto Winter
36cf2125ce Issue Template Fix CRLF () 2018-05-04 13:49:13 +02:00
Fabian Affolter
b49d98407c Remove feature request 2018-05-04 10:56:35 +02:00
Fabian Affolter
5f8f6666e6 Update issue templates 2018-05-04 10:55:55 +02:00
Fabian Affolter
54ccbbcb64 Update issue templates 2018-05-04 10:54:55 +02:00
Fabian Affolter
a7a3cff0f1 Update issue templates 2018-05-04 10:52:20 +02:00
Fabian Affolter
9859840b9c Update issue templates 2018-05-04 10:48:13 +02:00
Fabian Affolter
3b537f6e2a
Fix typos and update link (fixes ) () 2018-03-29 10:40:41 +02:00
Anders Melchiorsen
3e6f4d0e5a [RFC] Update issue template ()
* Update issue template

* Any release
2018-03-26 21:21:18 +02:00
c727
181e68b027 Add more info to issue template ()
* Update ISSUE_TEMPLATE.md

* Minumum supported version is Python 3.5.3

* typo

* Feedback

* Feedback

* Address comments
2018-03-26 19:22:05 +02:00
Johann Kellerman
37d8cd7b75
New lazytox.py script () 2018-03-09 22:27:39 +02:00
Fabian Affolter
632525f4d0
Enable probot move () 2018-01-16 09:25:13 +01:00
Daniel Høyer Iversen
65d841c3a6 Update PULL_REQUEST_TEMPLATE.md ()
* Update PULL_REQUEST_TEMPLATE.md

* Add period
2018-01-05 18:31:41 +01:00
Colin O'Dell
4f990ce488 Use H2 headers to split up the different sections ()
Using headers makes it easier to visually differentiate between the different sections
2017-02-23 12:58:18 -08:00
Robbie Trencheny
2cc6fe6609 Fix links in template
Closes 
2017-02-19 21:00:54 -08:00
Fabian Affolter
a10fa90357 Update link to docs repo () 2016-10-15 13:46:45 +02:00
Fabian Affolter
5d339fb141 Fix sentence () 2016-10-05 16:28:38 +02:00
Fabian Affolter
1e9db41028 Remove unused links () 2016-07-02 15:06:13 +02:00
Alex Harvey
26d3c3b0d6 Update PULL_REQUEST_TEMPLATE.md ()
* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md
2016-06-01 23:57:03 -07:00
Robbie Trencheny
2544635921 Update issue template to prettify the header. 2016-05-23 13:08:47 -07:00
Robbie Trencheny
6254d4a983 Add lines for associated documentation PR 2016-05-14 14:02:14 -07:00
Paulus Schoutsen
0d261be6ce Update ISSUE_TEMPLATE.md 2016-04-28 11:38:38 +02:00
Fabian Affolter
4ecd8d5f11 Update links 2016-04-12 14:18:18 +02:00
Paulus Schoutsen
98543072dd Add feature request link to issue template 2016-04-07 19:42:21 -07:00