aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 17:00:00 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 17:00:00 +0200
commit73301c774502c6f5f9aeb3bacd93cbf6c58c655b (patch)
tree70e32bed2d9b6aee3d661ced5ae53913aa0f3473 /CONTRIBUTING.md
parentf5549b97bf85c0b169093a3a8478d610ef7c9e2e (diff)
downloadtools.nes-73301c774502c6f5f9aeb3bacd93cbf6c58c655b.tar.gz
tools.nes-73301c774502c6f5f9aeb3bacd93cbf6c58c655b.zip
Remove .github directory
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md23
1 files changed, 2 insertions, 21 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3076408..87b8883 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,24 +2,5 @@ This project uses [Rust](https://www.rust-lang.org/), so use the usual
[cargo](https://doc.rust-lang.org/cargo/) commands in order to build and run the
desired binaries/tests.
-## Issue reporting
-
-I'm using Github in order to host the code. Thus, in order to report issues you
-can do it on its [issue tracker](https://github.com/mssola/tools.nes/issues). A
-couple of notes on reports:
-
-- Check that the issue has not already been reported or fixed in the `main`
- branch.
-- Try to be concise and precise in your description of the problem.
-- Provide a step by step guide on how to reproduce this problem.
-- Provide the version you are using (git commit SHA).
-
-## Pull requests
-
-- Write a [good commit message](https://chris.beams.io/posts/git-commit/).
-- Run the tests (`cargo test`).
-- Update the [changelog](./CHANGELOG.md).
-- Open a pull request with *only* one subject and a clear title and description.
- Refrain from submitting pull requests with tons of different unrelated
- commits.
-
+Otherwise, if you want to contribute to this project, just [read
+these guidelines](https://jo.mssola.com/en/contributing.html).