Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
Merge #43
Browse files Browse the repository at this point in the history
43: Certify to CII Best Practices PASSING Standard r=samueldple a=samueldple

Closes #42

Co-authored-by: samueldple <samueldple@gmail.com>
  • Loading branch information
bors[bot] and samueldple committed Aug 29, 2019
2 parents 450f264 + 732773e commit 6a6fb80
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ Please note we have a [code of conduct](https://github.com/samueldple/date_time/
2. If you have any questions, feel free to ask on the issue. I'll respond as quickly as possible and am happy to help newcomers out if you don't know how to get started.
3. Once you've edited the repo, put in a PR. Assign [@samueldple](https://github.com/samueldple/) and attach any labels you think fit the PR. Our bots will add more labels once you submit the PR.
4. I'll get back to you with any changes that need making before the PR can be merged, and merge it once it all looks good

## Coding Standards

Code in this repository is held to a high standard, but don't let that put you off from contributing; it's all about following these simple rules:

- Code submitted should be formatted using rustfmt.
- All code submitted should be covered by tests unless a good reason for not testing them is provided. This is assessed by our code coverage score.

These good practices are enforced by the following procedures:

- All PRs will be reviewed by a maintainer. Here, suggestions will be made on how to improve the code until it is agreed that it is of the required standard.
- Bors will be used to merge all PRs. This ensures that the `master` branch is always green.
- Dependabot will ensure dependencies are kept up to date.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![DateTime on Travis CI][travis-image]][travis]
[![FOSSA Status][fossa-image]][fossa]
[![Coverage Status][coveralls-image]][coveralls]
[![CII Best Practices Status][cii-best-practices-image]][cii-best-practices]

[![Average time to resolve an issue][isitmaintained-resolution-image]][isitmaintained]
[![Percentage of issues still open][isitmaintained-open-image]][isitmaintained]
Expand Down Expand Up @@ -41,6 +42,10 @@

[coveralls-image]: https://coveralls.io/repos/github/samueldple/date_time/badge.svg

[cii-best-practices]: https://bestpractices.coreinfrastructure.org/projects/2953

[cii-best-practices-image]: https://bestpractices.coreinfrastructure.org/projects/2953/badge

Date_Time is a high-level rust library for use in situations where
precision beyond seconds is not necessary.

Expand Down Expand Up @@ -234,3 +239,9 @@ For a more precise wrapper of dates, try a crate such as [chrono](https://crates
- This library is only designed for use when dates need only to be precise to the level of seconds.
- This library is timezone-agnostic; it doesn't deal with any difference between time zones.
- Only datetimes between `01 Jan 0000 00:00:00` and `31 Dec 9999 23:59:59` are supported.

## Vulnerabilities

Vulnerabilities should be reported through GitHub issues (or confidentially by email to samueldple(at)gmail.com).

Dependabot is being used by this repository to ensure dependencies are kept up-to-date, meaning security fixes will be applied as quickly as possible once vulnerabilities are patched in dependencies.

0 comments on commit 6a6fb80

Please sign in to comment.