Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix org change that link dead for discuss #707

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:

When changes are just minor updates, general bug fixes, just Pull Request directly!

When you just have one idea or more `casual` feature request, consider choosing [Ideas / Feature Requests](https://github.com/orgs/cloudberrydb/discussions/new?category=ideas-feature-requests).
When you just have one idea or more `casual` feature request, consider choosing [Ideas / Feature Requests](https://github.com/apache/cloudberrydb/discussions/new?category=ideas-feature-requests).

But any of the following can be considered a major change that needs to have **Proposal**.

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
blank_issues_enabled: false
contact_links:
- name: 🙏🏻 Q&A
url: https://github.com/orgs/cloudberrydb/discussions/categories/q-a
url: https://github.com/apache/cloudberrydb/discussions/categories/q-a
about: Ask for help when running/developing Cloudberry Database.
- name: 💡️ New Ideas / Feature Requests
url: https://github.com/orgs/cloudberrydb/discussions/categories/ideas-feature-requests
url: https://github.com/apache/cloudberrydb/discussions/categories/ideas-feature-requests
about: Share ideas for new features.
- name: 🎙️ Submit Your Proposal
url: https://github.com/orgs/cloudberrydb/discussions/categories/proposal
url: https://github.com/apache/cloudberrydb/discussions/categories/proposal
about: As a developer, proposing any major change or enhancement to Cloudberry Database.
- name: 💬️ Join Slack for Real-time Chat
url: https://communityinviter.com/apps/cloudberrydb/welcome
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here are some reminders and checklists before/when submitting your pull request,
- [ ] Make sure your Pull Request has a clear title and commit message. You can take [git-commit](https://github.com/cloudberrydb/cloudberrydb/blob/main/.gitmessage) template as a reference.
- [ ] Sign the Contributor License Agreement as prompted for your first-time contribution(*One-time setup*).
- [ ] Learn the [coding contribution guide](https://cloudberrydb.org/contribute/code), including our code conventions, workflow and more.
- [ ] List your communication in the [GitHub Issues](https://github.com/cloudberrydb/cloudberrydb/issues) or [Discussions](https://github.com/orgs/cloudberrydb/discussions) (if has or needed).
- [ ] List your communication in the [GitHub Issues](https://github.com/cloudberrydb/cloudberrydb/issues) or [Discussions](https://github.com/apache/cloudberrydb/discussions) (if has or needed).
- [ ] Document changes.
- [ ] Add tests for the change
- [ ] Pass `make installcheck`
Expand Down
2 changes: 1 addition & 1 deletion .gitmessage
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add your commit body here
# If your commit have clear context included in GitHub Issues or GitHub
# Discussions, please list them as a reference:
#See: Issue#id <https://github.com/cloudberrydb/cloudberrydb/issues/?>?
#See: Discussion#id <http://github.com/orgs/cloudberrydb/discussions/>?
#See: Discussion#id <http://github.com/apache/cloudberrydb/discussions/>?
########################################################################
#
#
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ You can participate by:
* Helping out in the Slack channels, see [Slack
Guide](https://cloudberrydb.org/community/slack)
* Answering questions on [GitHub
Discussions](https://github.com/orgs/cloudberrydb/discussions/categories/q-a).
Discussions](https://github.com/apache/cloudberrydb/discussions/categories/q-a).
* Investigating [GitHub
issues](https://github.com/cloudberrydb/cloudberrydb/issues).
* [Reporting a new
bug](https://github.com/cloudberrydb/cloudberrydb/issues/new/choose).
* [Sharing ideas for new
features](https://github.com/orgs/cloudberrydb/discussions/new?category=ideas-feature-requests).
features](https://github.com/apache/cloudberrydb/discussions/new?category=ideas-feature-requests).
* Helping review [Pull
Requests](https://github.com/cloudberrydb/cloudberrydb/pulls) or
[Proposals](https://github.com/orgs/cloudberrydb/discussions/categories/proposal).
[Proposals](https://github.com/apache/cloudberrydb/discussions/categories/proposal).
* Proposing your proposal, see [Proposal Guide](https://cloudberrydb.org/contribute/proposal).
* [Reporting security issues](./SECURITY.md).
* Testing code, testing releases.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[![Twitter Follow](https://img.shields.io/twitter/follow/cloudberrydb)](https://twitter.com/cloudberrydb)
[![WeChat](https://img.shields.io/badge/WeChat-eebc46)](https://cloudberrydb.org/community/wechat)
[![Youtube](https://img.shields.io/badge/Youtube-gebc46)](https://youtube.com/@cloudberrydb)
[![GitHub Discussions](https://img.shields.io/github/discussions/cloudberrydb/cloudberrydb)](https://github.com/orgs/cloudberrydb/discussions)
[![GitHub Discussions](https://img.shields.io/github/discussions/cloudberrydb/cloudberrydb)](https://github.com/apache/cloudberrydb/discussions)
![GitHub commit activity(branch)](https://img.shields.io/github/commit-activity/m/cloudberrydb/cloudberrydb)
![GitHub contributors](https://img.shields.io/github/contributors/cloudberrydb/cloudberrydb)
![GitHub License](https://img.shields.io/github/license/cloudberrydb/cloudberrydb)
Expand All @@ -41,7 +41,7 @@ Database](https://cloudberrydb.org/docs/cbdb-vs-gp-features) doc for details.
## Roadmap

You can check our [Cloudberry Database Roadmap
2024](https://github.com/orgs/cloudberrydb/discussions/369) out to see the
2024](https://github.com/apache/cloudberrydb/discussions/369) out to see the
product plans and goals we want to achieve in 2024. Welcome to share your
thoughts and ideas to join us in shaping the future of the Cloudberry
Database.
Expand Down Expand Up @@ -88,8 +88,8 @@ feedback, and chat:
| Type | Description |
|------|-------------|
| Slack | [Click to Join](https://communityinviter.com/apps/cloudberrydb/welcome) the real-time chat on Slack for QA, Dev, Events, and more. Don't miss out! Check out the [Slack guide](https://cloudberrydb.org/community/slack) to learn more. |
| Q&A | Ask for help when running/developing Cloudberry Database, visit [GitHub Discussions - QA](https://github.com/orgs/cloudberrydb/discussions/categories/q-a). |
| New ideas / Feature Requests | Share ideas for new features, visit [GitHub Discussions - Ideas](https://github.com/orgs/cloudberrydb/discussions/categories/ideas-feature-requests). |
| Q&A | Ask for help when running/developing Cloudberry Database, visit [GitHub Discussions - QA](https://github.com/apache/cloudberrydb/discussions/categories/q-a). |
| New ideas / Feature Requests | Share ideas for new features, visit [GitHub Discussions - Ideas](https://github.com/apache/cloudberrydb/discussions/categories/ideas-feature-requests). |
| Report bugs | Problems and issues in Cloudberry Database core. If you find bugs, welcome to submit them [here](https://github.com/cloudberrydb/cloudberrydb/issues). |
| Report a security vulnerability | View our [security policy](https://github.com/cloudberrydb/cloudberrydb/security/policy) to learn how to report and contact us. |
| Community events | Including meetups, webinars, conferences, and more events, visit the [Events page](https://cloudberrydb.org/community/events) and subscribe events calendar. |
Expand Down
Loading