summaryrefslogtreecommitdiffhomepage
path: root/.github (follow)
AgeCommit message (Collapse)AuthorFilesLines
2026-02-27Added an option to skip the F5 CLA workflow.Alessandro Fael Garcia1-6/+42
There are some scenarios where the F5 CLA workflow should not run. This commit adds the ability to skip the F5 CLA by using the "skip-cla" label.
2025-12-16Fixed duplicate ids in the bug report template.Aleksei Bavshin1-2/+2
2025-12-04Update GitHub templates and markdown files.Alessandro Fael Garcia9-62/+209
- Issue templates are replaced with forms. Forms allow to explicitly ask for certain info before an issue is opened, they can be programmatically queried via GH actions to get the data in fields. - Added language around GH discussions vs the forum in the issue forms. - Added GH discussions templates. These templates delineate which types of discussions belong on GitHub vs the community forum. - Created SUPPORT.md to delineate which types of topics belong on GitHub vs different support channels (community forum/docs/commercial support). - Updated CONTRIBUTING.md: - Removed text that belongs in SUPPORT.md. - Added F5 CLA clarifying text. - Added badges to README.md. Most of these are there to make information even clearer, moreso for users reading README.md from sources outside GitHub.
2025-09-30Added F5 CLA workflow.Maryna-f51-0/+41
2024-11-12Fixed link to contributing guidelines.Dan Callahan1-2/+2
Absolute paths in links end up being rooted at github.com. The contributing guidelines link is broken unless we use the full URL. Also, remove superfluous "monospace formatting" for the link.
2024-09-04Added CI based on GitHub Actions.Konstantin Pavlov2-0/+19
Pushes to master and stable branches will result in buildbot-like checks on multiple OSes and architectures. Pull requests will be checked on a public Ubuntu GitHub runner.
2024-09-04Added GitHub templates.Maryna Herasimovich3-0/+66