https://github.com/go-vela/community
Community Information for Vela (Target's official Pipeline Automation Framework)
https://github.com/go-vela/community
community documentation issues stories
Last synced: about 16 hours ago
JSON representation
Community Information for Vela (Target's official Pipeline Automation Framework)
- Host: GitHub
- URL: https://github.com/go-vela/community
- Owner: go-vela
- License: apache-2.0
- Created: 2020-05-20T18:49:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-30T14:56:04.000Z (5 days ago)
- Last Synced: 2025-09-30T16:34:08.065Z (5 days ago)
- Topics: community, documentation, issues, stories
- Language: Shell
- Homepage: https://go-vela.github.io/docs/
- Size: 793 KB
- Stars: 25
- Watchers: 16
- Forks: 3
- Open Issues: 228
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Vela Community
A collection of documentation that is designed to provide information about the product to the broader community!
## Copyright
All source code and documentation is governed by Target's copyright infringement policies.
```
Copyright (c) 2022 Target Brands, Inc.
```## Migrations
A collection of documentation and utilities to ease the transition between releases for Vela.
Please see our [migrations documentation](../migrations/README.md) documentation for more information.
## Proposals
A collection of potential new features or modifications to be made to the product.
Please see our [proposals documentation](../proposals/README.md) documentation for more information.
## Releases
A collection of records (a.k.a. release notes) detailing the new features or modifications made to the product.
Vela uses semantic versioning and while Vela is at [major version zero](https://semver.org/#spec-item-4), support
will be limited to `y-1` (where version is `x.y.z`). That means, if the current version is `0.26.x`, support will
extend to `0.25.x`. Security fixes will be backported to the supported versions only.Please see our [releases documentation](../releases/README.md) documentation for more information on current releases.
## License
Vela is an open source product licensed under [version 2.0 of the Apache License](http://www.apache.org/licenses/LICENSE-2.0).