Commit Graph

46 Commits (48138189b3c24261fe62a78b6ec854c761d5ce63)

Author SHA1 Message Date
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 (#22751)
## Description:
Update the PR template to point requirements to the new manifest requirements.

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

**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 (#21994) 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 (#21736)
* 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 (#21643)
* 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 (#21642)
* Fix actions with tox

* Update main.workflow
2019-03-04 10:23:19 +01:00
Pascal Vizeli 5efcbc5043
Replace travis (#21641) 2019-03-04 09:59:35 +01:00
Robbie Trencheny 111f882d78
Add note to issue template regarding iOS issues (#21342)
## 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 (#21039) 2019-02-13 17:14:59 +01:00
Charles Garwood 70dbbbd974
Add note to issue template regarding frontend issues (#19295) 2018-12-14 19:06:20 -05:00
Adam Mills 917ebed4c9 Update PR checklist with commented out code check (#18272)
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 (#16537) 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 (#14283) 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 #13520) (#13529) 2018-03-29 10:40:41 +02:00
Anders Melchiorsen 3e6f4d0e5a [RFC] Update issue template (#12989)
* Update issue template

* Any release
2018-03-26 21:21:18 +02:00
c727 181e68b027 Add more info to issue template (#12955)
* 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 (#12862) 2018-03-09 22:27:39 +02:00
Fabian Affolter 632525f4d0
Enable probot move (#11690) 2018-01-16 09:25:13 +01:00
Daniel Høyer Iversen 65d841c3a6 Update PULL_REQUEST_TEMPLATE.md (#11465)
* 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 (#6183)
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 #6112
2017-02-19 21:00:54 -08:00
Fabian Affolter a10fa90357 Update link to docs repo (#3886) 2016-10-15 13:46:45 +02:00
Fabian Affolter 5d339fb141 Fix sentence (#3709) 2016-10-05 16:28:38 +02:00
Fabian Affolter 1e9db41028 Remove unused links (#2417) 2016-07-02 15:06:13 +02:00
Alex Harvey 26d3c3b0d6 Update PULL_REQUEST_TEMPLATE.md (#2198)
* 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
Paulus Schoutsen 8fe0740b7f Update PULL_REQUEST_TEMPLATE.md 2016-03-22 08:39:41 -07:00
Paulus Schoutsen c22e106d44 Update PULL_REQUEST_TEMPLATE.md 2016-03-22 08:39:24 -07:00
Paulus Schoutsen 49982ac83c Update PULL_REQUEST_TEMPLATE.md 2016-02-28 00:59:28 -08:00
Fabian Affolter cd21142d5b Update with comments from PR 2016-02-27 23:17:20 +01:00
Fabian Affolter f99a536b98 Add initial templates 2016-02-27 10:03:55 +01:00