Fix markdown lint errors
This commit is contained in:
17
Proposal.md
17
Proposal.md
@@ -1,4 +1,5 @@
|
||||
<!-- markdownlint-disable-next-line MD041 -->
|
||||
<!-- markdownlint-disable-next-line first-line-h1 -->
|
||||
|
||||
##### Project
|
||||
|
||||
::[PROJECT-NAME](Home)
|
||||
@@ -30,10 +31,10 @@ project.
|
||||
|
||||
### Background and Motivation
|
||||
|
||||
*TODO: Replace the example text below with text that describes your
|
||||
_TODO: Replace the example text below with text that describes your
|
||||
project. What are the needs or problems that you are trying to address?
|
||||
Why do these needs (still) exist? Why are these problems worth solving?
|
||||
Who is the customer? Write 2-4 paragraphs.*
|
||||
Who is the customer? Write 2-4 paragraphs._
|
||||
|
||||
#### What is the setting and history behind this project?
|
||||
|
||||
@@ -137,12 +138,12 @@ allows players to quickly find, evaluate, and join clans.
|
||||
|
||||
### Scope
|
||||
|
||||
*TODO: Replace the sample text below with a clear statement of the scope
|
||||
_TODO: Replace the sample text below with a clear statement of the scope
|
||||
of your project. What are the high-level things that you plan to do, and
|
||||
that you will not do? What are your important simplifying assumptions?
|
||||
Try to guard against reasonable misunderstandings that might arise if
|
||||
you did not explain the scope. It can take the form of a paragraph,
|
||||
bullet list, in/out list, and/or UML context diagram.*
|
||||
bullet list, in/out list, and/or UML context diagram._
|
||||
|
||||
::We want to focus on the web application itself, and the features of that
|
||||
application that help build a good gaming community.
|
||||
@@ -158,7 +159,7 @@ application that help build a good gaming community.
|
||||
actually integrate with any game software
|
||||
|
||||
| In Scope | Out of Scope |
|
||||
|----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| ::Building a web application for use with standard web servers and application servers | ::Building a new web server or application server |
|
||||
| ::Working the most popular browsers (IE6, NN7/Mozilla) | ::Working with uncommon or outdated browsers |
|
||||
| ::Security in the form of user accounts, passwords, and permissions | ::Special security against hackers. Finding or patching security holes in existing software components. |
|
||||
@@ -169,9 +170,9 @@ application that help build a good gaming community.
|
||||
|
||||
### Deliverables
|
||||
|
||||
*TODO: Briefly list project deliverables. When you are done, what will
|
||||
_TODO: Briefly list project deliverables. When you are done, what will
|
||||
you deliver to the customer? This can be copied from the draft project
|
||||
plan and simplified to reduce technical detail.*
|
||||
plan and simplified to reduce technical detail._
|
||||
|
||||
- ::Clan website directory engine
|
||||
- ::Customization guide
|
||||
|
Reference in New Issue
Block a user