Destroyed Contributing (TODO List) (markdown)

DigitalMajestic 2023-08-29 15:17:15 -07:00
parent ab40b94344
commit 17365cfe05
1 changed files with 0 additions and 25 deletions

@ -1,25 +0,0 @@
# Contributing
* Be patient!
* Your contribution will gladly be reviewed, but free time is an expensive resource.
* Discuss your future contribution with us before coding it!
* Let's avoid duplicate work! Besides, the specification could be clarified this way.
## QA / Portability
* C11 aligned_alloc (mostly done, but doesn't work with asan and GCC4.9)
* C++11 alignof/alignas syntax
* [C++11 auto port](https://clang.llvm.org/extra/clang-modernize.html).
* Address sanitizer (GCC or Clang) and other sanitizers.
* Valgrind (not sure it can run PCSX2, maybe limit the scope to plugins)
## Linux
You're welcome to the [Linux contribution thread](https://forums.pcsx2.net/Thread-Areas-of-interest-for-new-linux-developers) to have full details. Here is a handy list of features need implementation. Feel free to propose new ones.
### House keeping and general compilation
* Clean up warnings
1. Same as GCC flags but without the need of complete test.
* Add missing/update copyright headers
* PGO support