Translated using Weblate (Portuguese (Brazil))
[phpmyadmin.git] / CONTRIBUTING.md
blob4e97988a2cc7568c02a6dc3dd4797cd782ad6a20
1 # Contributing to phpMyAdmin
3 As an open source project, phpMyAdmin welcomes contributions of many forms.
5 ## Bug reporting
7 Please report [bugs on GitHub][1].
9 [1]: https://github.com/phpmyadmin/phpmyadmin/issues/new
11 ## Patches submission
13 Patches are welcome as [pull requests on GitHub][2].  Please include a
14 Signed-off-by tag.  Note that by submitting patches with the Signed-off-by
15 tag, you are giving permission to license the patch as GPLv2-or-later.  See
16 [the DCO file][3] for details.
18 [2]: https://github.com/phpmyadmin/phpmyadmin/pulls
19 [3]: https://github.com/phpmyadmin/phpmyadmin/blob/master/DCO
21 ## More information
23 You can find more information on our website:
25 https://www.phpmyadmin.net/contribute/