Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Store meeting notes in 2022 directory #146

Merged
merged 1 commit into from Jan 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -30,7 +30,7 @@ <h1 class="w-50 ma0 tr f3 fw2 ipld-gray">Meeting PR Creator</h1>
<ol>
<label for="destination" class="f6 b db mb2">File location ("${date}" contains the <em>Meeting Date</em>)</label>
<input id="destination" type="url"
placeholder="https://github.com/ipld/team-mgmt/blob/master/meeting-notes/2021/${date}--ipld-sync.md"
placeholder="https://github.com/ipld/team-mgmt/blob/master/meeting-notes/2022/${date}--ipld-sync.md"
class="input-reset ba b--black-20 pa2 mb2 db w-70">
</ol>
<ol>
Expand All @@ -41,7 +41,7 @@ <h1 class="w-50 ma0 tr f3 fw2 ipld-gray">Meeting PR Creator</h1>
<ol>
<label for="commit-message" class="f6 b db mb2">Commit message "${date}" contains the <em>Meeting Date</em>)</label>
<textarea id="commit-message" type="text" rows="5"
placeholder="Add weekly sync meeting notes ${date}"
placeholder="Add every two weeks sync meeting notes ${date}"
class="input-reset ba b--black-20 pa2 mb2 db w-70"></textarea>
</ol>
<ol>
Expand Down