Skip to content

Commit e85a289

Browse files
authored
docs: Added preliminary guide for would-be contributors. (#10717) [Ryan Holtz, Vas Crabb, O. Galibert]
1 parent 0619912 commit e85a289

File tree

10 files changed

+862
-76
lines changed

10 files changed

+862
-76
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Contributing to MAME
2+
====================
3+
4+
Please see the guidelines for [Contributing to MAME](https://docs.mamedev.org/contributing/) on our documentation web site.

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ make vs2019 MSBUILD=1
6969
Where can I find out more?
7070
=============
7171

72-
* [Official MAME Development Team Site](http://mamedev.org/) (includes binary downloads, wiki, forums, and more)
72+
* [Official MAME Development Team Site](https://mamedev.org/) (includes binary downloads, wiki, forums, and more)
7373
* [Official MESS Wiki](http://mess.redump.net/)
74-
* [MAME Testers](http://mametesters.org/) (official bug tracker for MAME and MESS)
74+
* [MAME Testers](https://mametesters.org/) (official bug tracker for MAME and MESS)
7575

7676

7777
Contributing
@@ -85,8 +85,12 @@ Some parts of the code follow [Allman style](https://en.wikipedia.org/wiki/Inden
8585

8686
All contributors need to either add a standard header for license info (on new files) or inform us of their wishes regarding which of the following licenses they would like their code to be made available under: the [BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause) license, the [LGPL-2.1](http://opensource.org/licenses/LGPL-2.1), or the [GPL-2.0](http://opensource.org/licenses/GPL-2.0).
8787

88+
See more specific [C++ Coding Guidelines](https://docs.mamedev.org/contributing/cxx.html) on our documentation web site.
89+
90+
8891
License
8992
=======
93+
9094
The MAME project as a whole is made available under the terms of the
9195
[GNU General Public License, version 2](http://opensource.org/licenses/GPL-2.0)
9296
or later (GPL-2.0+), since it contains code made available under multiple

docs/CONTRIBUTING.md

-1
This file was deleted.

0 commit comments

Comments
 (0)