mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Site Docs: Mention Events In README Preface (Thanks Saïvann!)
This commit is contained in:
parent
f0002d26fb
commit
5d4968ee94
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -30,6 +30,10 @@
|
||||||
needed** to answer translator questions and help process
|
needed** to answer translator questions and help process
|
||||||
reviews---email <dave@dtrt.org> for details.
|
reviews---email <dave@dtrt.org> for details.
|
||||||
|
|
||||||
|
* Add Bitcoin events to the [events page][] either by [editing `_events.yml`][edit events]
|
||||||
|
according to the [event instructions][] or by filling in a [pre-made
|
||||||
|
events issue][].
|
||||||
|
|
||||||
* Help improve Bitcoin.org using your unique skills. We can always use
|
* Help improve Bitcoin.org using your unique skills. We can always use
|
||||||
the help of writers, editors, graphic artists, web designers, and anyone
|
the help of writers, editors, graphic artists, web designers, and anyone
|
||||||
else to enhance Bitcoin.org's [current content][] or to add new
|
else to enhance Bitcoin.org's [current content][] or to add new
|
||||||
|
@ -42,8 +46,12 @@ You can always report problems or help improve bitcoin.org by opening a [new iss
|
||||||
[choose your wallet page]: https://bitcoin.org/en/choose-your-wallet
|
[choose your wallet page]: https://bitcoin.org/en/choose-your-wallet
|
||||||
[current content]: https://bitcoin.org/
|
[current content]: https://bitcoin.org/
|
||||||
[developer documentation pages]: https://bitcoin.org/en/developer-documentation
|
[developer documentation pages]: https://bitcoin.org/en/developer-documentation
|
||||||
|
[edit events]: https://github.com/bitcoin/bitcoin.org/edit/master/_events.yml
|
||||||
|
[event instructions]: #events
|
||||||
|
[events page]: https://bitcoin.org/en/events
|
||||||
[GitHub]: https://github.com/bitcoin/bitcoin.org
|
[GitHub]: https://github.com/bitcoin/bitcoin.org
|
||||||
[new issue]: https://github.com/bitcoin/bitcoin.org/issues/new
|
[new issue]: https://github.com/bitcoin/bitcoin.org/issues/new
|
||||||
|
[pre-made events issue]: https://github.com/bitcoin/bitcoin.org/issues/new?title=New%20event&body=%20%20%20%20-%20date%3A%20YYYY-MM-DD%0A%20%20%20%20%20%20title%3A%20%22%22%0A%20%20%20%20%20%20venue%3A%20%22%22%0A%20%20%20%20%20%20address%3A%20%22%22%0A%20%20%20%20%20%20city%3A%20%22%22%0A%20%20%20%20%20%20country%3A%20%22%22%0A%20%20%20%20%20%20link%3A%20%22%22
|
||||||
[PRs adding new documentation]: https://github.com/bitcoin/bitcoin.org/pulls?q=is%3Aopen+label%3A%22Dev+Docs%22+is%3Apr
|
[PRs adding new documentation]: https://github.com/bitcoin/bitcoin.org/pulls?q=is%3Aopen+label%3A%22Dev+Docs%22+is%3Apr
|
||||||
[pull request]: #working-with-github
|
[pull request]: #working-with-github
|
||||||
[recommended starter projects]: https://github.com/bitcoin/bitcoin.org/wiki/Starter-Projects
|
[recommended starter projects]: https://github.com/bitcoin/bitcoin.org/wiki/Starter-Projects
|
||||||
|
@ -257,6 +265,11 @@ Events should be placed in `_events.yml` and adhere to this format:
|
||||||
link: "http://texasbitcoinconference.com/"
|
link: "http://texasbitcoinconference.com/"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Events that have a [Meetup.com](http://www.meetup.com/) page with a
|
||||||
|
publicly-viewable address and "Bitcoin" in the event title should
|
||||||
|
already be displayed on the [events page][]. (Please open a [new
|
||||||
|
issue][] if a Bitcoin meetup event isn't displayed.)
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
Release notes should be placed in `_releases/YYYY-MM-DD-VERSION.md` and adhere to this format:
|
Release notes should be placed in `_releases/YYYY-MM-DD-VERSION.md` and adhere to this format:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue