File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,25 @@ description: Submit a request for a new tutorial to be added to the Gambit docum
33title : " [Tutorial]: "
44labels : ["tutorial", "documentation"]
55body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this tutorial request!
610 - type : textarea
711 id : describe
812 attributes :
913 label : Describe the tutorial you want to see.
1014 description : Go into as much detail as you can regarding the tutorial you would like to see, how long it should be etc.
15+ placeholder : " E.g. A step-by-step guide showing how to use PyGambit to compute equilibria for normal and extensive form games..."
1116 value : " Add a tutorial demonstrating the core components of the PyGambit API."
1217 validations :
1318 required : true
1419 - type : textarea
15- id : describe
20+ id : who
1621 attributes :
1722 label : Who is the tutorial for?
1823 description : Explain who the target audience is for this tutorial and what prior knowledge they should have.
24+ placeholder : " E.g. Beginners in game theory who know basic Python."
1925 value : " Newcomers to game theory and the Gambit software who have basic Python programming skills."
2026 validations :
2127 required : true
2430 attributes :
2531 label : Add links to papers and software.
2632 description : Add links to any research papers or other resources the author will need to write this tutorial.
27- value : " "
33+ value : " `[Markdown link text](url)`"
34+ validations :
35+ required : false
You can’t perform that action at this time.
0 commit comments