File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4949 <h2 >Suggestion Form</h2 >
5050
5151 <p class =" hint" >
52- Use the form below to contribute missing data, report an issue, or make a
53- suggestion.
52+ Use the form below to report missing data, submit an issue, or make a suggestion.
5453 </p >
5554
5655 <form onsubmit ={create_issue }>
5756 <div class =" form-group" >
58- <label for =" title" >Title </label >
57+ <label for =" title" >Short summary </label >
5958 <input type ="text" id ="title" bind:value ={title } required />
6059 </div >
6160
6261 <div class =" form-group" >
63- <label for =" body" >Body </label >
62+ <label for =" body" >Details </label >
6463 <textarea id ="body" bind:value ={body } required ></textarea >
6564 </div >
6665
8483 <p >
8584 <Fa icon ={faCheckCircle } />
8685 Your suggestion has been created as a
87- <a href ={url } target =" _blank" >GitHub issue</a >. We will have a look at it!
86+ <a href ={url } target =" _blank" >GitHub issue</a >. We will review it shortly.
8887 </p >
8988 {/if }
9089</section >
You can’t perform that action at this time.
0 commit comments