mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-28 09:47:17 +02:00
Move contributing file.
This commit is contained in:
parent
e8604ec408
commit
94e5aa7725
2 changed files with 2 additions and 2 deletions
|
@ -301,5 +301,5 @@ def convert(input_path: Path, output_path: Path) -> None:
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
convert(Path("doc/readme.moi"), Path("README.md"))
|
||||
convert(Path("doc/contributing.moi"), Path(".github/CONTRIBUTING.md"))
|
||||
for id_ in "readme", "contributing":
|
||||
convert(Path("doc") / f"{id_}.moi", Path(f"{id_.upper()}.md"))
|
||||
|
|
Loading…
Add table
Reference in a new issue