Matt Kantor
ae0ca8fd2b
Fix a typo in the bug report template.
2020-08-13 18:02:30 -07:00
Marti Raudsepp
594c535ba2
Fix various typos in docs & code
...
Most errors detected and fixed with Topy (https://github.com/intgr/topy ),
all verified by hand.
2020-07-19 03:10:28 +03:00
Adam C. Foltzer
3710d59c93
chore: create FUNDING.yml
...
I recently released [`cargo-fund`](https://users.rust-lang.org/t/cargo-fund-discover-funding-links-for-your-projects-dependencies/43251?u=acfoltzer ), and noticed that while there is sponsorship information in this repo, but it's not yet encoded in a machine-readable way. Adding this metadata will add a "Sponsor" button to the repo, and allow `cargo-fund` to show the project's sponsorship link. For more about this file format, see the [Github docs](https://help.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository ).
Updated from the patch in #1944 with the Open Collective funding link.
2020-05-27 09:55:17 -07:00
Pavan Kumar Sunkara
74a7eed123
Update criterion away from fork
2020-04-26 16:12:04 +02:00
Pavan Kumar Sunkara
f0074752b9
Improve debug logs
2020-04-22 20:56:35 +02:00
Pavan Kumar Sunkara
b3a67a31d8
Take all the GA statuses into one final status
2020-04-21 09:45:59 +02:00
Pavan Kumar Sunkara
abc2ada63f
Use github actions for windows
2020-04-21 00:16:32 +02:00
Pavan Kumar Sunkara
9d5de69249
Update Cargo.toml
2020-04-20 16:11:30 +02:00
Pavan Kumar Sunkara
3e45cb26ab
Improve cache steps in github actions
2020-04-20 16:11:30 +02:00
Pavan Kumar Sunkara
ee4383f2dc
Testing benchmark annotations
2020-04-13 16:21:02 +02:00
Pavan Kumar Sunkara
da32adeb0e
Allow literals in builder macros
2020-04-12 23:18:39 +02:00
Pavan Kumar Sunkara
510f4cc055
Don't run actions on some events
...
push(master) is not run because they would be run on staging anyway.
pull_request(staging, trying) are not run because pull requests shouldn't be made to them
2020-04-10 19:50:12 +02:00
Pavan Kumar Sunkara
9388a099ef
Improvements to github actions
2020-04-10 17:19:26 +02:00
Pavan Kumar Sunkara
b77f159315
Moved to github discussions
2020-04-01 22:32:51 +02:00
CreepySkeleton
77a8271907
Note abot the closed isues
2020-03-28 10:14:05 +03:00
CreepySkeleton
16ffaea58d
Advertise gitter chat
2020-03-27 18:00:47 +03:00
Pavan Kumar Sunkara
b8e1a1aa77
Fix benchmarks to not use fork anymore
2020-03-18 13:17:31 +01:00
Pavan Kumar Sunkara
eaae1202cb
Basic github action for benchmarking
2020-03-05 09:21:39 +01:00
CreepySkeleton
3c321a75d0
Tidy up the bug report template
2020-02-29 12:24:15 +03:00
Pavan Kumar Sunkara
e93ea28971
Changes to bors
2020-02-22 19:39:13 +01:00
CreepySkeleton
280382cb2f
Pull request template and fix bors
2020-02-14 02:00:00 +03:00
CreepySkeleton
3bd3301e76
Update feature_request.md
2020-02-14 00:36:03 +03:00
CreepySkeleton
003047617c
Update bug_report.md
2020-02-14 00:16:57 +03:00
CreepySkeleton
b9917b02a7
Update feature_request.md
2020-02-14 00:15:45 +03:00
CreepySkeleton
9daa84c841
Update bug_report.md
2020-02-14 00:11:59 +03:00
CreepySkeleton
23bb900dca
Update issue templates
2020-02-13 23:43:23 +03:00
Pavan Kumar Sunkara
49f096dab2
Use workspace.default-members
2020-02-04 09:41:05 +01:00
Pavan Kumar Sunkara
53eb192c3f
fix: CI configs
2020-02-01 06:48:50 +01:00
Pavan Kumar Sunkara
c799e8d0ca
chore: Updated contributing instructions and justfile
2020-01-31 18:37:56 +01:00
Kevin K
b4b4ab629d
chore: forgot pre html tag
2018-06-12 09:55:44 -04:00
Kevin K
db6caf8663
docs(README.md): updates the readme and pulls out some redundant sections
2017-11-02 23:15:02 -04:00
Kieran
965dff64c2
Merge branch 'master' into master
2017-07-21 09:47:20 -07:00
Jake Goulding
1b35ea36c4
Fix up typo and minor grammar
2017-07-21 09:40:43 -04:00
Kieran
ef94d4898b
Fixed grammar and improved formatting of github issue template
2017-07-19 20:10:23 -07:00
Ankit Goel
60cf875d67
docs: Fix examples link in CONTRIBUTING.md
2017-02-08 01:26:58 +05:30
Kevin K
85ea57835d
chore: updates the contributing instructions
2016-12-30 21:23:19 -05:00
Kevin K
eb51316cdf
docs(Contributing): updates the readme to improve the readability and contributing sections
2016-11-20 09:32:18 -05:00
Kevin K
760d66dc17
docs(Compatibility Policy): adds an official compatibility policy to
...
Closes #740
2016-11-20 09:30:56 -05:00
Kevin K
1127e09738
chore: adds a github issue template
2016-11-12 12:21:10 -05:00
tormol
cd516006e3
imp: Stabilize clap_app!
...
It was de-stabilized in 2.0.0 but hasn't been changed since.
This commit also updates docs to reflect that the "unstable" feature does nothing now.
2016-10-16 21:33:52 +02:00
tormol
4ee85b95d2
docs: Improve documentation around features
...
* Clap has dependencies even with all features disabled.
* The "nightly" feature does nothing, so don't mention it.
* Explain the difference between "unstable" and "nightly" better.
* Split features into groups (default, opt-in, clap-development).
* For contributors: update what tests should be run, and remove make command.
* Removes a repeated word and splits up some long markdown lines.
Also groups features by category and dependencies by feature in Cargo.toml.
2016-10-16 11:31:12 +02:00
Kevin K
60c042481f
chore: moves github specific files to .github dir
2016-02-19 01:47:37 -05:00