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

README: Add Communication section with Forum information #774

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

Andersson007
Copy link
Contributor

Dear maintainers,
As a part of the Consolidating Ansible discussion platforms initiative, this PR adds the communication section template defined by the community to the README. Similar PRs are being raised across all included collections under the ansible-collection org for now.

-If you have other forum group and/or tags related to the collection that i didn't spot, please update the PR.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

README.md

Copy link

@Andersson007 Andersson007 merged commit 445d367 into ansible-collections:main Aug 19, 2024
37 checks passed
yurnov added a commit to yurnov/kubernetes.core that referenced this pull request Nov 3, 2024
Summary:
  as part of the consolidating ansible discussion platforms and communication channels
  was decided to use Ansible forum as the main place of questions and discussion.

  Reference: https://forum.ansible.com/t/proposal-consolidating-ansible-discussion-platforms/6812

  As part of this change, the IRC channel was removed by the PRs ansible-collections#778 and ansible-collections#774.
  However, the README.md file was fully cleaned up from the outdated information.

  The `#ansible-kubernetes` channel on [libera.chat](https://libera.chat/) IRC isn't
  used by maintainers and contributors anymore. The channel was removed by the PRs

  Wiki page on the https://github.com/ansible/community/ was deprecated long time ago
yurnov added a commit to yurnov/kubernetes.core that referenced this pull request Nov 3, 2024
Summary:
  As part of the consolidating Ansible discussion platforms and communication
  channels was decided to use the Ansible forum as the main place for questions
  and discussion.

  Reference: https://forum.ansible.com/t/proposal-consolidating-ansible-discussion-platforms/6812

  As part of this change, the IRC channel was removed by the PRs ansible-collections#778 and ansible-collections#774.

  However, the README.md file wasn't fully cleaned up from the outdated information.

  The `#ansible-kubernetes` channel on [libera.chat](https://libera.chat/) IRC isn't
  used by maintainers and contributors anymore.

  The Wiki page on the https://github.com/ansible/community/ was deprecated a long time ago
yurnov added a commit to yurnov/kubernetes.core that referenced this pull request Nov 3, 2024
Summary:
  As part of the consolidating Ansible discussion platforms and communication
  channels was decided to use the Ansible forum as the main place for questions
  and discussion.

  Reference: https://forum.ansible.com/t/proposal-consolidating-ansible-discussion-platforms/6812

  As part of this change, the IRC channel was removed by the PRs ansible-collections#778 and ansible-collections#774.

  However, the README.md file wasn't fully cleaned up from the outdated information.

  The `#ansible-kubernetes` channel on [libera.chat](https://libera.chat/) IRC isn't
  used by maintainers and contributors anymore.

  The Wiki page on the https://github.com/ansible/community/ was deprecated a long time ago
Andersson007 pushed a commit that referenced this pull request Nov 4, 2024
Summary:
  As part of the consolidating Ansible discussion platforms and communication
  channels was decided to use the Ansible forum as the main place for questions
  and discussion.

  Reference: https://forum.ansible.com/t/proposal-consolidating-ansible-discussion-platforms/6812

  As part of this change, the IRC channel was removed by the PRs #778 and #774.

  However, the README.md file wasn't fully cleaned up from the outdated information.

  The `#ansible-kubernetes` channel on [libera.chat](https://libera.chat/) IRC isn't
  used by maintainers and contributors anymore.

  The Wiki page on the https://github.com/ansible/community/ was deprecated a long time ago
@yurnov yurnov mentioned this pull request Dec 10, 2024
32 tasks
Copy link

patchback bot commented Dec 11, 2024

Backport to stable-5: 💔 cherry-picking failed — conflicts found

❌ Failed to cleanly apply 445d367 on top of patchback/backports/stable-5/445d3670598e774ca3ed2a5b0402485c666adbfe/pr-774

Backporting merged PR #774 into main

  1. Ensure you have a local repo clone of your fork. Unless you cloned it
    from the upstream, this would be your origin remote.
  2. Make sure you have an upstream repo added as a remote too. In these
    instructions you'll refer to it by the name upstream. If you don't
    have it, here's how you can add it:
    $ git remote add upstream https://github.com/ansible-collections/kubernetes.core.git
  3. Ensure you have the latest copy of upstream and prepare a branch
    that will hold the backported code:
    $ git fetch upstream
    $ git checkout -b patchback/backports/stable-5/445d3670598e774ca3ed2a5b0402485c666adbfe/pr-774 upstream/stable-5
  4. Now, cherry-pick PR README: Add Communication section with Forum information #774 contents into that branch:
    $ git cherry-pick -x 445d3670598e774ca3ed2a5b0402485c666adbfe
    If it'll yell at you with something like fatal: Commit 445d3670598e774ca3ed2a5b0402485c666adbfe is a merge but no -m option was given., add -m 1 as follows instead:
    $ git cherry-pick -m1 -x 445d3670598e774ca3ed2a5b0402485c666adbfe
  5. At this point, you'll probably encounter some merge conflicts. You must
    resolve them in to preserve the patch from PR README: Add Communication section with Forum information #774 as close to the
    original as possible.
  6. Push this branch to your fork on GitHub:
    $ git push origin patchback/backports/stable-5/445d3670598e774ca3ed2a5b0402485c666adbfe/pr-774
  7. Create a PR, ensure that the CI is green. If it's not — update it so that
    the tests and any other checks pass. This is it!
    Now relax and wait for the maintainers to process your pull request
    when they have some cycles to do reviews. Don't worry — they'll tell you if
    any improvements are necessary when the time comes!

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

yurnov pushed a commit to yurnov/kubernetes.core that referenced this pull request Dec 11, 2024
patchback bot pushed a commit that referenced this pull request Dec 11, 2024
Summary:
  As part of the consolidating Ansible discussion platforms and communication
  channels was decided to use the Ansible forum as the main place for questions
  and discussion.

  Reference: https://forum.ansible.com/t/proposal-consolidating-ansible-discussion-platforms/6812

  As part of this change, the IRC channel was removed by the PRs #778 and #774.

  However, the README.md file wasn't fully cleaned up from the outdated information.

  The `#ansible-kubernetes` channel on [libera.chat](https://libera.chat/) IRC isn't
  used by maintainers and contributors anymore.

  The Wiki page on the https://github.com/ansible/community/ was deprecated a long time ago

(cherry picked from commit b8e9873)
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Dec 11, 2024
SUMMARY


ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mike Graves <mgraves@redhat.com>
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Dec 11, 2024
…#825)

This is a backport of PR #790 as merged into main (b8e9873).
SUMMARY
As part of the consolidating Ansible discussion platforms and communication channels was decided to use the Ansible forum as the main place for questions and discussion.
Reference: https://forum.ansible.com/t/proposal-consolidating-ansible-discussion-platforms/6812
As part of this change, the IRC channel was removed by the PRs #778 and #774.
However, the README.md file wasn't fully cleaned up from the outdated information.
The #ansible-kubernetes channel on libera.chat IRC isn't used by maintainers and contributors anymore.
The Wiki page on the https://github.com/ansible/community/ was deprecated a long time ago
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants