Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit d4a21f9

Browse files
author
Jonas Schubert
committed
Merge branch 'develop'
2 parents d8fc149 + 48423e8 commit d4a21f9

File tree

5 files changed

+126
-26
lines changed

5 files changed

+126
-26
lines changed

CODE_OF_CONDUCT.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [guepardoapps@gmail.com]. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72+
73+
[homepage]: https://www.contributor-covenant.org
74+
75+
For answers to common questions about this code of conduct, see
76+
https://www.contributor-covenant.org/faq

COLLABORATING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Collaborator team rules and guidelines for community moderation
2+
3+
**As a contributor/member of the community, remember that you can always open issues about moderation and problems with how community moderation is done. We are always open to constructive criticism and feedback!**
4+
5+
## Responsibilities of a collaborator
6+
7+
As a member of the team that manages **TimeXt-JavaScript**, you have the following responsibilities:
8+
9+
- **Be part of the conversation in the issue tracker.** That includes (but is not limited to) helping out new members, discussing new features and explaining decisions to people.
10+
- **Review pull requests.** You do not have to read through all of the pull requests and review them, but taking the time each day to review a few can help a great deal.
11+
- **Be civil and polite.** If you are about to lose your temper, take a step back and do something else. We want our interactions with the community to be polite so that more people can join the project and contribute in any way they can. Remember to always thank contributors for their help, even if it's minor changes or changes that did not make it into the project. This way we can reward and encourage people to keep being part of the community.
12+
- **Contribute when you want, moderate when you can.** If you have a lot on your plate outside of this project, it's alright. It's better to take a break for a few days rather than hastily deal with issues and pull requests that might break things.
13+
14+
## Guidelines for merging pull requests and making changes to the project
15+
16+
- **[Usual guidelines](CONTRIBUTING.md) apply.** Make sure to follow them, like everybody else.
17+
- **For a pull request to be considered ready to merge, there should be at least 1 (preferably 2) reviews approving it for merge.** There are, however, certain exceptions:
18+
- **If a pull request only fixes typos**, there is no need to wait for a second reviewer (unless you are not certain these were not typos in the first place).
19+
- **If a pull request only clarifies a snippet's description or enforces the style guide for an existing snippet**, you might be able to merge it without getting a second reviewer to review it, but only if you are certain about it.
20+
- **Changes to build scripts, guidelines and things that might break the processes we have in place need to be reviewed by [@GuepardoApps](https://github.com/GuepardoApps)** (this is temporary, but we need a baseline to make sure we break as few things as possible in the beginning).
21+
- **After merging a pull request, make sure to check for untagged snippets and tag them appropriately.** Try to keep all snippets tagged, so that the list and website are up to date.
22+
- **If you make changes or additions to existing snippets or if you want to add your own snippets, you will go through the pull request process that everyone else goes.** Exceptions apply similarly to the ones mentioned above about merging pull requests (i.e. typos, description clarification and the way script and build process changes are handled). Pull requests suggested by collaborators should be reviewed by at least two other collaborators to be considered ready to merge.
23+
- **Pull requests that are inactive for over a week should be closed or put on hold.**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Npm](https://img.shields.io/badge/npm-getit-red.svg)](https://www.npmjs.com/package/timext-js)
44
[![Build](https://img.shields.io/badge/build-success-green.svg)](releases/timext-2018-10-28-2.min.js)
5-
[![Version](https://img.shields.io/badge/version-v0.4.0.181028-blue.svg)](releases)
5+
[![Version](https://img.shields.io/badge/version-v0.4.1.190128-blue.svg)](releases)
66
[![CodeCoverage](https://img.shields.io/badge/codeCoverage-98-green.svg)](coverage)
77

88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timext-js",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "3kB time library to handle date and time more easily",
55
"main": "timext.min.js",
66
"types": "",
@@ -53,30 +53,30 @@
5353
]
5454
},
5555
"devDependencies": {
56-
"@babel/cli": "^7.0.0-beta.44",
57-
"@babel/core": "^7.0.0-beta.44",
58-
"@babel/node": "^7.0.0-beta.44",
59-
"@babel/preset-env": "^7.0.0-beta.44",
60-
"babel-core": "^7.0.0-bridge.0",
61-
"babel-jest": "^22.4.3",
62-
"babel-plugin-external-helpers": "^6.22.0",
63-
"cross-env": "^5.1.6",
64-
"eslint": "^4.19.1",
65-
"eslint-config-airbnb-base": "^12.1.0",
66-
"eslint-plugin-import": "^2.10.0",
67-
"eslint-plugin-jest": "^21.26.2",
68-
"gzip-size-cli": "^2.1.0",
69-
"jasmine-core": "^2.99.1",
70-
"jest": "^22.4.3",
71-
"karma": "^2.0.2",
72-
"karma-jasmine": "^1.1.2",
73-
"karma-sauce-launcher": "^1.1.0",
74-
"pre-commit": "^1.2.2",
75-
"rollup": "^0.57.1",
76-
"rollup-plugin-babel": "^4.0.0-beta.4",
77-
"rollup-plugin-uglify": "^3.0.0",
78-
"size-limit": "^0.18.0",
79-
"typescript": "^2.8.3"
56+
"@babel/cli": "7.0.0-beta.44",
57+
"@babel/core": "7.0.0-beta.44",
58+
"@babel/node": "7.0.0-beta.44",
59+
"@babel/preset-env": "7.0.0-beta.44",
60+
"babel-core": "7.0.0-bridge.0",
61+
"babel-jest": "22.4.3",
62+
"babel-plugin-external-helpers": "6.22.0",
63+
"cross-env": "5.1.6",
64+
"eslint": "4.19.1",
65+
"eslint-config-airbnb-base": "12.1.0",
66+
"eslint-plugin-import": "2.10.0",
67+
"eslint-plugin-jest": "21.26.2",
68+
"gzip-size-cli": "2.1.0",
69+
"jasmine-core": "2.99.1",
70+
"jest": "22.4.3",
71+
"karma": "^4.0.0",
72+
"karma-jasmine": "1.1.2",
73+
"karma-sauce-launcher": "^2.0.2",
74+
"pre-commit": "1.2.2",
75+
"rollup": "0.57.1",
76+
"rollup-plugin-babel": "4.0.0-beta.4",
77+
"rollup-plugin-uglify": "3.0.0",
78+
"size-limit": "0.18.0",
79+
"typescript": "2.8.3"
8080
},
8181
"dependencies": {}
8282
}

releases/timext-2019-01-29-1.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)