From e3c672f4648997dbe00624e09c63c990a8ea3596 Mon Sep 17 00:00:00 2001 From: pdp8 <pdp8@pdp8.info> Date: Mon, 22 Aug 2022 00:52:15 +0200 Subject: audio and video rendering, Fork-Awesome-1.2.0 included --- .../_includes/community/submitting-pull-requests.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 snippets/Fork-Awesome-1.2.0/src/doc/_includes/community/submitting-pull-requests.html (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/_includes/community/submitting-pull-requests.html') diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/community/submitting-pull-requests.html b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/community/submitting-pull-requests.html new file mode 100644 index 0000000..83f3313 --- /dev/null +++ b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/community/submitting-pull-requests.html @@ -0,0 +1,18 @@ +<section id="submitting-pull-requests"> + <h2 class="page-header">Submitting Pull Requests</h2> + Found a way to solve a bug in {{ site.forkawesome.name }}? Want to contribute new features or a new icon? + <ol> + <li> + Clone the repository and work on your proposal. + </li> + <li> + Then, when you think it's ready or when you want feedback, + <a href="{{ site.forkawesome.github.url }}/issues/new">submit a pull + request</a>. + </li> + <li> + Discuss with rest of the community and follow up on conversations until + your pull request is merged. + </li> + </ol> +</section> -- cgit 1.4.1