Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CONTRIBUTING.md - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0068e80627d3f4f5d59e122d5a54f276838bbf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributing to phpMyAdmin

As an open source project, phpMyAdmin welcomes contributions of many forms.

## Bug reporting

Please report [bugs on SourceForge.net][1].

[1]: https://sourceforge.net/p/phpmyadmin/bugs/new/

## Patches submission

Patches are welcome as [pull requests on GitHub][2].  Please include a
Signed-off-by tag.  Note that by submitting patches with the Signed-off-by
tag, you are giving permission to license the patch as GPLv2-or-later.  See
[the DCO file][3] for details.

[2]: https://github.com/phpmyadmin/phpmyadmin/pulls
[3]: https://github.com/phpmyadmin/phpmyadmin/blob/master/DCO

## More information

You can find more information on our website:

https://www.phpmyadmin.net/contribute/