#83 Add docs contributing guide, point to them in README
Merged 6 years ago by jflory7. Opened 6 years ago by jflory7.

@@ -0,0 +1,51 @@ 

+ How to contribute to D&I Team documentation

+ ===========================================

+ 

+ Please report issues and submit pull requests for **Content Fixes** to [Fedora D&I documentation](https://docs.fedoraproject.org/en-US/diversity-inclusion/) here.

+ General appearance issues and publishing issues should be reported against the [publishing software](https://pagure.io/fedora-docs/docs-fp-o).

+ 

+ Never done a pull request (or "PR")?

+ See the [GitHub Guides](https://guides.github.com/) for getting started with git.

+ If you already know git, see the [Pagure documentation for Pull Requests](https://docs.pagure.org/pagure/usage/pull_requests.html) on how to submit contributions on pagure.io.

+ 

+ 

+ ## How to edit these documents

+ 

+ Content for the D&I documentation is stored [in this repository](https://pagure.io/fedora-diversity/tree/).

+ Source content is written in [AsciiDoc](http://asciidoc.org/).

+ See these resources for help using AsciiDoc:

+ 

+ * [AsciiDoc Syntax - Quick Reference](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)

+ * [AsciiDoc Recommended Practices](https://asciidoctor.org/docs/asciidoc-recommended-practices/)

+ 

+ <!--

+ 

+ Advanced topics for AsciiDoc:

+ 

+ * [AsciiDoc Writer's  Guide](http://asciidoctor.org/docs/asciidoc-writers-guide/)

+ * [Antora Documentation](https://docs.antora.org/antora/1.0/page/)

+ 

+ -->

+ 

+ 

+ ## Test with a local preview

+ 

+ This repo includes scripts to build and preview the contents of this repository.

+ 

+ **NOTE**: Please note that if you reference pages from other repositories, those links will be broken in the local preview, as it only builds this repository.

+ If you want to rebuild the whole Fedora Docs site, see the [Fedora Docs build repository](https://pagure.io/fedora-docs/docs-fp-o/) for instructions.

+ 

+ Both of the below scripts use Docker, so ensure Docker is installed on your system before beginning (see below for Fedora instructions).

+ See below for further instructions.

+ 

+ To build and preview the site, run:

+ 

+ ```bash

+ ./build.sh && ./preview.sh

+ ```

+ 

+ The preview is hosted at [http://localhost:8080](http://localhost:8080).

+ 

+ ### Installing Docker on Fedora

+ 

+ See the Fedora Developer Portal on [how to install Docker on Fedora](https://developer.fedoraproject.org/tools/docker/docker-installation.html "How to install Docker on Fedora")

file modified
+5
@@ -21,3 +21,8 @@ 

  * **Mailing list**: [diversity AT lists DOT fedoraproject DOT org](https://lists.fedoraproject.org/admin/lists/diversity.lists.fedoraproject.org)

  * **IRC channel**: #fedora-diversity on [freenode](https://freenode.net/) [ [webchat](https://webchat.freenode.net/?channels=fedora-diversity) ]

  * **Telegram**: [@fedoradiversity](https://t.me/fedoradiversity)

+ 

+ 

+ ## How to contribute to docs

+ 

+ See [CONTRIBUTING.md](https://pagure.io/fedora-diversity/blob/master/f/.pagure/CONTRIBUTING.md).

This pull request adds contributing guidelines for how to work with the documentation in this repo. I separated the contributing guidelines out of the README and into a new file. I then link to the file in the README.

@asamalik Could you verify the instructions shown are still up-to-date before this is merged?

Metadata Update from @jflory7:
- Pull-request tagged with: docs
- Request assigned

6 years ago

rebased onto 79bfcc2

6 years ago

rebased onto 7ca2f24

6 years ago

Looks good, although I'm wondering why the "Advanced topics for AsciiDoc" part appears to be commented out. Is that on purpose or did you forget to uncomment that?

@asamalik @pbokoc Thanks for reviewing! I'm going to go ahead and merge. :clapper:

Is that on purpose or did you forget to uncomment that?

It was actually intentional. Originally I had them shown, but I think it is too much info for the audience of who I expect to use and reference this document. But I still wanted to keep them somewhere.

Pull-Request has been merged by jflory7

6 years ago