Michele Caini преди 6 години
родител
ревизия
09ff43ef0a
променени са 5 файла, в които са добавени 3 реда и са изтрити 4 реда
  1. 1 0
      CMakeLists.txt
  2. 0 0
      CONTRIBUTING.md
  3. 1 1
      README.md
  4. 0 1
      TODO
  5. 1 2
      docs/CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -218,6 +218,7 @@ add_custom_target(
     SOURCES
     SOURCES
         appveyor.yml
         appveyor.yml
         AUTHORS
         AUTHORS
+        CONTRIBUTING.md
         LICENSE
         LICENSE
         README.md
         README.md
         TODO
         TODO

+ 0 - 0
docs/md/CONTRIBUTING.md → CONTRIBUTING.md


+ 1 - 1
README.md

@@ -352,7 +352,7 @@ I can't promise that each and every contribution will be accepted, but I can
 assure that I'll do my best to take them all seriously.
 assure that I'll do my best to take them all seriously.
 
 
 If you decide to participate, please see the guidelines for
 If you decide to participate, please see the guidelines for
-[contributing](docs/md/CONTRIBUTING.md) before to create issues or pull
+[contributing](CONTRIBUTING.md) before to create issues or pull
 requests.<br/>
 requests.<br/>
 Take also a look at the
 Take also a look at the
 [contributors list](https://github.com/skypjack/entt/blob/master/AUTHORS) to
 [contributors list](https://github.com/skypjack/entt/blob/master/AUTHORS) to

+ 0 - 1
TODO

@@ -22,5 +22,4 @@
   - iterator based each with a couple of iterators passed from outside (use bitmask + has)
   - iterator based each with a couple of iterators passed from outside (use bitmask + has)
 * stable component handle that isn't affected by reallocations
 * stable component handle that isn't affected by reallocations
 * multi component registry::remove and some others?
 * multi component registry::remove and some others?
-* move CONTRIBUTING.md within doc (for GitHub)
 * reactive systems
 * reactive systems

+ 1 - 2
docs/CMakeLists.txt

@@ -24,7 +24,7 @@ install(
 add_custom_target(
 add_custom_target(
     docs_aob
     docs_aob
     SOURCES
     SOURCES
-        md/CONTRIBUTING.md
+        dox/extra.dox
         md/core.md
         md/core.md
         md/entity.md
         md/entity.md
         md/faq.md
         md/faq.md
@@ -35,5 +35,4 @@ add_custom_target(
         md/process.md
         md/process.md
         md/resource.md
         md/resource.md
         md/signal.md
         md/signal.md
-        dox/extra.dox
 )
 )