Basic HTTP servers (#2) and various improvements over docs.
Some checks failed
Linting and tests / Linting (push) Has been cancelled
Linting and tests / Tests (push) Has been cancelled

This commit is contained in:
2024-10-12 23:07:49 +05:00
parent 0b5d3a2c37
commit 2ecfe7f8ac
17 changed files with 417 additions and 5 deletions

View File

@@ -33,6 +33,10 @@ This badge could place only people that present in [maintainers list](MAINTAINER
## Code
### Before you start contributing code
Please fill bug report or feature request first. Pull requests without filled issue won't be accepted.
### Linting
Please use [golangci-lint](https://golangci-lint.run/) with configuration from this repository.
@@ -46,3 +50,5 @@ Featurer uses next branching agreement:
1. `main` branch is a subject of constant changes.
2. Fork repository, make changes, create pull request.
3. Releases are cut from release branches named `release/MAJOR.MINOR`.
These agreement will be enforced after first contributor appears! :).