Replace mentions of Slack for forum links. (#1671)

* Replace mentions of Slack for forum links.

* make forum lowercase
pull/1678/head
Nicolás Venturo 6 years ago committed by GitHub
parent 4c706480e5
commit 06f7266a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 4
      README.md
  3. 2
      RELEASING.md

@ -6,7 +6,7 @@ about: Report a bug in OpenZeppelin
<!-- Briefly describe the issue you're experiencing. Tell us what you were trying to do and what happened instead. --> <!-- Briefly describe the issue you're experiencing. Tell us what you were trying to do and what happened instead. -->
<!-- Remember, this is not a place to ask for help debugging code. For that, we welcome you in the OpenZeppelin Slack channel: https://slack.openzeppelin.org/. --> <!-- Remember, this is not a place to ask for help debugging code. For that, we welcome you in the Zeppelin Forum: https://forum.zeppelin.solutions/. -->
**💻 Environment** **💻 Environment**

@ -30,7 +30,7 @@ contract MyNFT is ERC721Full, ERC721Mintable {
> You need an ethereum development framework for the above import statements to work! Check out these guides for [Truffle] or [Embark]. > You need an ethereum development framework for the above import statements to work! Check out these guides for [Truffle] or [Embark].
On our site you will find a few [guides] to learn about the different parts of OpenZeppelin, as well as [documentation for the API][API docs]. Keep in mind that the API docs are work in progress, and don’t hesitate to ask questions in [our Slack][Slack]. On our site you will find a few [guides] to learn about the different parts of OpenZeppelin, as well as [documentation for the API][API docs]. Keep in mind that the API docs are work in progress, and don’t hesitate to ask questions in [our forum][forum].
## Security ## Security
@ -53,7 +53,7 @@ OpenZeppelin is released under the [MIT License](LICENSE).
[API docs]: https://openzeppelin.org/api/docs/token_ERC721_ERC721BasicToken.html [API docs]: https://openzeppelin.org/api/docs/token_ERC721_ERC721BasicToken.html
[guides]: https://openzeppelin.org/api/docs/get-started.html [guides]: https://openzeppelin.org/api/docs/get-started.html
[Slack]: https://slack.openzeppelin.org [forum]: https://forum.zeppelin.solutions
[Zeppelin]: https://zeppelin.solutions [Zeppelin]: https://zeppelin.solutions
[contribution guide]: CONTRIBUTING.md [contribution guide]: CONTRIBUTING.md
[Truffle]: https://truffleframework.com/docs/truffle/quickstart [Truffle]: https://truffleframework.com/docs/truffle/quickstart

@ -40,7 +40,7 @@ Once the CI run for the new tag is green, publish on npm under the `next` tag. Y
npm publish --tag next npm publish --tag next
``` ```
Publish the release notes on GitHub and ask our community manager to announce the release candidate on at least Slack and Twitter. Publish the release notes on GitHub and the forum, and ask our community manager to announce the release candidate on at least Twitter.
## Creating the final release ## Creating the final release

Loading…
Cancel
Save