-
Notifications
You must be signed in to change notification settings - Fork 2
/
wip.html
41 lines (37 loc) · 1.75 KB
/
wip.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="../favicon.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Map Marker Roadmap</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="What is being worked on at the moment" />
<meta name="keywords" content="Map Marker,Your,places,organizer" />
</head>
<body>
<a href="./index.html">Home</a>
<h1>Map Marker Roadmap</h1>
<p>The live Map Marker roadmap is available <a href="https://github.com/users/androidseb/projects/1/views/1"
target="_blank">here</a></p>
<h3>About the roadmap columns</h3>
<ul>
<li>Backlog: recorded long-term ideas, in no particular order</li>
<li>Soon™: items intended for short-term to medium-term</li>
<li>In Progress: items currently being worked on</li>
<li>Available in beta: items available in the beta versions</li>
<li>Generally available: items available in the production versions</li>
</ul>
<h3>How to participate</h3>
<p>
To participate, you will need to create yourself a Github account if you don't already have one.<br>
You can suggest new ideas or vote on existing ideas you would like to priorizes.<br>
To participate, first check if your idea is already listed <a href="https://github.com/androidseb/mapmarker/labels/enhancement" target="_blank">here</a> and then:
</p>
<ul>
<li>If an item with your idea already exists, add a "👍" reaction on it to vote for it</li>
<li>Otherwise, you can add the idea as a new issue <a href="https://github.com/androidseb/mapmarker/issues/new" target="_blank">here</a> (please use English)</li>
</ul>
<p>Note that items with more votes are more likely to be prioritized.</p>
<p> </p>
</body>
</html>