diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d2191f8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/content/contribute.md b/content/contribute.md index 323db2d..7debe95 100644 --- a/content/contribute.md +++ b/content/contribute.md @@ -5,28 +5,155 @@ title: Contribute # Contribute -Weld is open source and we welcome contributions from the community. +There are many ways to get involved with Weld. Here you'll find everything you need +to contribute, report issues, or connect with the team. + +## Get Involved + +
+ The place to ask questions, discuss ideas, and get help from other Weld users + and maintainers. +
+ + Join Discussions + ++ Found a bug or have a feature request? Weld Core, API, and Parent use JIRA. + Other projects like Weld Testing use GitHub Issues. +
+ + JIRA + + + Weld Testing + ++ Everything you need to know before submitting a pull request — building, + testing, formatting, and PR guidelines. +
+ + Contributing Guide + ++ Historically used for development discussions. Still monitored, but GitHub + Discussions is now the primary channel for reaching the team. +
+ + Browse Archives + ++ Weld is built by a community of contributors. See all the people who have + helped make Weld what it is today. +
+ + View Contributors + ++ Weld joined the Commonhaus Foundation in 2025, alongside WildFly and other + middleware projects. The foundation ensures long-term stewardship of + community-driven open source. +
+ + Learn More + ++ See how decisions are made and how you can influence the project's direction + through our open governance model. +
+ + Governance Document + ++ Our community values respect and inclusivity. Please review our community + standards. +
+ + Code of Conduct + +