1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-09 14:05:53 +00:00

Make new_proposal script slightly easier to use (#456)

Reviewed-on: https://codeberg.org/fediverse/fep/pulls/456
Reviewed-by: silverpill <silverpill@noreply.codeberg.org>
Co-authored-by: Helge <helge.krueger@gmail.com>
Co-committed-by: Helge <helge.krueger@gmail.com>
This commit is contained in:
Helge
2024-12-06 19:15:14 +00:00
committed by silverpill
parent 0a3f5d5e73
commit 1cd1b26ec2
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ b3f0
Alternatively to steps 3. to 6., you can run
```bash
python scripts/new_proposal.py TITLE OF YOUR PROPOSAL
./scripts/new_proposal.py TITLE OF YOUR PROPOSAL
```
that should create a prefilled template for you.
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python
from argparse import ArgumentParser
import os
import shutil