Skip to content

Commit

Permalink
Replace references to bazel-dev with GitHub Discussions. (bazelbuild#151
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lberki authored Apr 21, 2023
1 parent 2ce2df8 commit aed91e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ submitting pull requests.
In general, we prefer contributions that fix bugs or add features (as opposed to
purely stylistic, refactoring, or "cleanup" changes). Please check with us by
opening a [GitHub Issue](https://github.com/bazelbuild/stardoc/issues) or
emailing the [bazel-dev](https://groups.google.com/forum/#!forum/bazel-dev)
mailing list.
starting a [GitHub Discussion](https://github.com/bazelbuild/bazel/discussions).

## Stardoc code structure

Expand All @@ -33,8 +32,7 @@ mailing list.
plan](https://www.bazel.build/governance.html) and Stardoc's [contribution
guidelines](../CONTRIBUTING.md).
* Open an [Issue](https://github.com/bazelbuild/stardoc/issues) or discuss your
plan or design on the [bazel-dev](https://groups.google.com/forum/#!forum/bazel-dev)
mailing list.
plan or design on [Github Discussions](https://github.com/bazelbuild/bazel/discussions)
* Prepare a Git commit that implements your feature or bug fix. Don't forget to
add tests and reference the corresponding bug, if any.
* Open a [Pull Request](https://github.com/bazelbuild/stardoc/pulls) on the Stardoc
Expand Down

0 comments on commit aed91e2

Please sign in to comment.