From a4d319de73dda27563059a2fb7c605edad644530 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 8 May 2021 03:14:00 +0200 Subject: [PATCH] Removed dead link to archives.json repository Updated the information regarding the archive so pull requests like [0d5b5d7](https://github.com/ccd0/4chan-x/pull/3026/commits/0d5b5d7cfe0dc33143fe3a816f00427f05902d3f) can be avoided in the future. Reference: [ccd0 comment](https://github.com/ccd0/4chan-x/pull/3026#issuecomment-834708696f) --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8640c95ba..dc9474d78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ If you're reporting a bug, the more detail you can give, the better. If I can't - 4chan X is mostly written in [CoffeeScript](http://coffeescript.org/). If you're already familiar with Javascript, it doesn't take long to pick up. - Edit the sources in the src/ directory (not the compiled scripts in builds/). -- Fetch needed dependencies with: `npm install` +- Fetch needed dependencies with: `npm install` - Compile the script with: `make` - Install the compiled script (found in the testbuilds/ directory), and test your changes. - Make sure you have set your name and email as you want them, as they will be published in your commit message:
`git config user.name yourname`
`git config user.email youremail` @@ -41,7 +41,8 @@ If you're reporting a bug, the more detail you can give, the better. If I can't - Push your changes to any online Git repository, and [open an issue](https://gitreports.com/issue/ccd0/4chan-x) with an explanation of your changes and the URL, branch, and commit you want me to pull from. - Export your changes via `git bundle` (e.g. `git bundle create file.bundle master..your-branch`), and upload them to a file host. Then [open an issue](https://gitreports.com/issue/ccd0/4chan-x) with an explanation of your changes and the URL of the file. -Archive list updates should go to https://github.com/MayhemYDG/archives.json. +Pull requests to archive.json should be sent upstream: https://github.com/4chenz/archives.json +4chan X updates from there automatically. ### More info