From 4e87b860ea2b96a6b2eb00ca93f91c15f6c46cb1 Mon Sep 17 00:00:00 2001 From: Eonasdan Date: Thu, 15 Sep 2022 17:02:40 -0400 Subject: [PATCH] template updates --- .github/CONTRIBUTING.md | 4 +--- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/PULL_REQUEST_TEMPLATE | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ede9258eb..76b09d096 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,12 +12,11 @@ To contribute, fork the library and run `npm install`. You need [node](http://no git https://github.com/Eonasdan/tempus-dominus.git cd tempus-dominus npm i -git checkout development # all patches against development branch, please! +git checkout master ``` # Very important notes -**Pull requests to the `master` branch will be closed.** Please submit all pull requests to the `development` branch. - **Do not include the minified files in your pull request.** Don't worry, we'll build them when we cut a release. - Pull requests that do not include a description (title only) and the following will be closed: - What the change does @@ -25,7 +24,6 @@ git checkout development # all patches against development branch, please! # NPM Scripts - | Script | Description | |--------|------------| | start | Launches browser sync and watches for files changes.| diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 607a363fb..57b45cfc5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: Report a bug description: Tell us about your issue. title: "Provide a general summary of the issue" -assignees: "-" +labels: ["Type: bug", "State: Triage"] body: - type: checkboxes attributes: diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 4210a9418..33a47a661 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,7 +1,6 @@ PRs relating to the v4 will be closed and locked. * **Please check if the PR fulfills these requirements** -- [ ] The PR is against the `development` branch - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) - [ ] Does NOT modify files under the "dist" folder.