- There is a prototype script in the rfd{' '}
-
- repository
-
- ,{' '}
-
- scripts/new.sh
-
- , that will create a new RFD when used like the code below.
-
- {newRfdNumber - ? 'The snippet below automatically updates to ensure the new RFD number is correct.' - : 'Replace the number below with the next free number'} -
-
-
- $
- scripts/new.sh{' '}
- {newRfdNumber ? newRfdNumber.toString().padStart(4, '0') : '0042'} "My title
- here"
-
-
- >
-
+ {body}
+
+
+ {fetcher.state === 'idle' &&
+ fetcher.data &&
+ !fetcher.data.ok &&
+ fetcher.data.message && (
+