Ruben2776 5 лет назад
Родитель
Сommit
25488f0de3
1 измененных файлов с 25 добавлено и 0 удалено
  1. 25 0
      CONTRIBUTING.md

+ 25 - 0
CONTRIBUTING.md

@@ -0,0 +1,25 @@
+# Contribute
+
+## Introduction
+
+Thank you for considering contributing to my picture viewer! It's people like you that make the open source community such a great place! 😊
+
+I welcome any type of contribution, not only code. You can help with 
+- **QA**: Ask questions or file bug reports, in the issue section, the more details you can give the better
+- **Code**: take a look at the [open issues](https://github.com/Ruben2776/PicView/issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters.
+
+## Getting started
+Read https://github.com/Ruben2776/PicView/wiki/Development
+
+Add new issue or comment on existing one
+
+## Questions
+
+If you have any questions, you are welcome create an [issue](https://github.com/Ruben2776/PicView/issues)
+
+## Coding conventions
+
+Code should be optimized for readability and reusability, whereever possible.
+In order to sanitize coding standards, please use the [C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions).
+
+## Credits