aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-11 02:23:13 +0100
committerGitHub <noreply@github.com>2020-01-11 02:23:13 +0100
commitc2c8d6bf371433a3158fda769829714c5b99f62a (patch)
treeef5e8624174aa108de8a7f62f09f0fa18904c2cf /CONTRIBUTING.md
parentc34ec12c309695e4c14d8e50b5f3f54198f70775 (diff)
downloadalacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.tar.gz
alacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.zip
Move Alacritty to organization
This fixes various outdated links pointing to the old jwilm/alacritty repository. Since `copypasta` now has its own github repository at https://github.com/alacritty/copypasta, the sources have been removed from Alacritty.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d94d2f87..97782522 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,29 +17,29 @@ Table of Contents:
## Feature Requests
Feature requests should be reported in the
-[Alacritty issue tracker](https://github.com/jwilm/alacritty/issues). To reduce the number of
+[Alacritty issue tracker](https://github.com/alacritty/alacritty/issues). To reduce the number of
duplicates, please make sure to check the existing
-[enhancement](https://github.com/jwilm/alacritty/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aenhancement)
+[enhancement](https://github.com/alacritty/alacritty/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aenhancement)
and
-[missing feature](https://github.com/jwilm/alacritty/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22B+-+missing+feature%22)
+[missing feature](https://github.com/alacritty/alacritty/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22B+-+missing+feature%22)
issues.
## Bug Reports
Bug reports should be reported in the
-[Alacritty issue tracker](https://github.com/jwilm/alacritty/issues).
+[Alacritty issue tracker](https://github.com/alacritty/alacritty/issues).
If a bug was not present in a previous version of Alacritty, providing the exact commit which
introduced the regression helps out a lot.
## Patches / Pull Requests
-All patches have to be sent on Github as [pull requests](https://github.com/jwilm/alacritty/pulls).
+All patches have to be sent on Github as [pull requests](https://github.com/alacritty/alacritty/pulls).
If you are looking for a place to start contributing to Alacritty, take a look at the
-[help wanted](https://github.com/jwilm/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
+[help wanted](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
and
-[easy](https://github.com/jwilm/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22)
+[easy](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22)
issues.
Please note that the minimum supported version of Alacritty is Rust 1.36.0. All patches are expected
@@ -71,9 +71,9 @@ If changes could affect throughput or latency of Alacritty, these aspects should
prevent potential regressions. Since there are often big performance differences between Rust's
nightly releases, it's advised to perform these tests on the latest Rust stable release.
-Alacritty mainly uses the [vtebench](https://github.com/jwilm/vtebench) tool for testing Alacritty's
+Alacritty mainly uses the [vtebench](https://github.com/alacritty/vtebench) tool for testing Alacritty's
performance. Instructions on how to use it can be found in its
-[README](https://github.com/jwilm/vtebench/blob/master/README.md).
+[README](https://github.com/alacritty/vtebench/blob/master/README.md).
Latency is another important factor for Alacritty. On X11, Windows, and macOS the
[typometer](https://github.com/pavelfatin/typometer) tool allows measuring keyboard latency.
@@ -130,7 +130,7 @@ The exact steps for an exemplary `1.2.3` release might look like this:
# Contact
If there are any outstanding questions about contributing to Alacritty, they can be asked on the
-[Alacritty issue tracker](https://github.com/jwilm/alacritty/issues).
+[Alacritty issue tracker](https://github.com/alacritty/alacritty/issues).
As a more immediate and direct form of communication, the Alacritty IRC channel (`#alacritty` on
Freenode) can be used to contact many of the Alacritty contributors.