From 9d5102b90f2f15032ae6bf25a02e0394c601621b Mon Sep 17 00:00:00 2001 From: Kathleen Fitzpatrick <3170201+kfitz@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:16:39 -0400 Subject: [PATCH] Delete .github directory --- .github/CONTRIBUTING.md | 21 --------------------- .github/FUNDING.yml | 1 - 2 files changed, 22 deletions(-) delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/FUNDING.yml diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index bd0fab29..00000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,21 +0,0 @@ -## Contributing -Please keep the [issue tracker](https://github.com/hakimel/reveal.js/issues) limited to **bug reports**. - - -### General Questions and Support -If you have questions about how to use reveal.js the best place to ask is in the [Discussions](https://github.com/hakimel/reveal.js/discussions). Anything that isn't a bug report should be posted as a dicussion instead. - - -### Bug Reports -When reporting a bug make sure to include information about which browser and operating system you are on as well as the necessary steps to reproduce the issue. If possible please include a link to a sample presentation where the bug can be tested. - - -### Pull Requests -- Should be submitted from a feature/topic branch (not your master) -- Should follow the coding style of the file you work in, most importantly: - - Tabs to indent - - Single-quoted strings - - -### Plugins -Please do not submit plugins as pull requests. They should be maintained in their own separate repository. More information here: https://github.com/hakimel/reveal.js/wiki/Plugin-Guidelines diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 972831e9..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: [hakimel]