mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
Create CONTRIBUTING.md (#943)
* Create CONTRIBUTING.md Creating a resource file for any developer who wants to contribute to this open-source project. Adding more details than what was already provided, giving a detailed walkthrough for newcomers on how to make changes in the code. * Implement the suggestions from the feedback, as well as merge the template from the discussion #934 --------- Co-authored-by: Konstantin Koval <kkb@ukr.net>
This commit is contained in:
13
README.md
13
README.md
@@ -32,6 +32,7 @@ Password: **demo**
|
||||
- [Why yet another self-hosted photo gallery](#why-yet-another-self-hosted-photo-gallery)
|
||||
- [Getting started — Setup with Docker](#getting-started--setup-with-docker)
|
||||
- [Advanced setup](#advanced-setup)
|
||||
- [Contributing](#contributing)
|
||||
- [Set up development environment](#set-up-development-environment)
|
||||
- [Sponsors](#sponsors)
|
||||
|
||||
@@ -156,6 +157,18 @@ Possible ways of securing a self-hosted service might be (but not limited to):
|
||||
|
||||
Setting up and configuring of all these protections depends on and requires a lot of info about your local network and self-hosted services. Based on this info, the configuration flow and resulting services architecture might differ a lot between cases. That is why in the scope of this project, we can only provide you with this high-level list of possible ways of webservice protection. You'll need to investigate them, find the best combination and configuration for your case, and take responsibility to configure everything in the correct and consistent way. We cannot provide you support for such highly secured setups, as a lot of things might work differently because of security limitations.
|
||||
|
||||
## Contributing
|
||||
|
||||
🎉 First off, thanks for your interest in contribution! 🎉
|
||||
|
||||
This project is a result of hard work, and it's great to see you interested in contributing.
|
||||
Contributions are not just about code — you can help in many ways!
|
||||
|
||||
Before you start, please take a moment to read our [Contributing guide](./CONTRIBUTING.md).
|
||||
It includes information on our code of conduct, the process for submitting pull requests, and more.
|
||||
|
||||
Remember, every contribution counts. Let's make this project better together! 💪
|
||||
|
||||
## Set up development environment
|
||||
|
||||
### Local setup
|
||||
|
||||
Reference in New Issue
Block a user