mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
Document core development ideas (#3184)
This commit is contained in:
parent
78a815ec96
commit
9756d8a528
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
# Getting started
|
||||
|
||||
## Core ideas
|
||||
|
||||
- A (e.g. pipeline) configuration should never be [turing complete](https://en.wikipedia.org/wiki/Turing_completeness) (We have agents to exec things 🙂).
|
||||
- If possible follow the [KISS principle](https://en.wikipedia.org/wiki/KISS_principle).
|
||||
- What is used most should be default.
|
||||
- Keep different topics separated, so you can write plugins, port new ideas ... more easily, see [Architecture](./05-architecture.md).
|
||||
|
||||
You can develop on your local computer by following the [steps below](#preparation-for-local-development) or you can start with a fully prepared online setup using [Gitpod](https://github.com/gitpod-io/gitpod) and [Gitea](https://github.com/go-gitea/gitea).
|
||||
|
||||
## Gitpod
|
||||
|
|
Loading…
Reference in a new issue