Skip to content

Commit

Permalink
template updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Sep 15, 2022
1 parent a27139c commit 4e87b86
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@ 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
- A use case (for new features or enhancements)

# NPM Scripts


| Script | Description |
|--------|------------|
| start | Launches browser sync and watches for files changes.|
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4e87b86

Please sign in to comment.