diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-25 21:22:48 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-25 21:22:48 +0100 |
| commit | 226c5c2e070b9831e3cbc81e9894b8048f8a932d (patch) | |
| tree | 0c698229c9a76b29fc5e5d6cfc27f3162caf7595 /CONTRIBUTING.md | |
| parent | 816044987ec4fbee3b88e04aabcf0a2edf83f908 (diff) | |
| download | fbos-226c5c2e070b9831e3cbc81e9894b8048f8a932d.tar.gz fbos-226c5c2e070b9831e3cbc81e9894b8048f8a932d.zip | |
Add files for contributing to the project
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0baab7f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,24 @@ +## Why? + +Do you want to fix an error you have found? Do you know a way to improve my +6502-fu or do you know a technique on NES development that might help here? I am +open for discussion and welcome any help! + +## How? + +There are many ways to help me out. One way might be to open an issue on +[Github's tracker](https://github.com/mssola/list.nes/issues) and start a +discussion. For this, mind the following: + +- Check that the issue has not already been reported or fixed in `main`. +- Try to be concise and precise in your description. +- If you have found a problem, provide a step by step guide on how to reproduce it. +- Provide the version you are using (git commit SHA), as well as the version of + the toolchain and the emulator/system being used. + +Another way is to simply submit a pull request. For this, also mind these: + +- Write a [good commit message](https://chris.beams.io/posts/git-commit/). +- You are sure that `make` continues to work. +- The pull request has *only* one subject and a clear title. You are not + submitting a pull request with tons of different unrelated commits. |
