|
1 | | -<div class="bg-shape-boxes pt-5" local-class="container"> |
2 | | - <div class="mb-4 pt-4" local-class="header-container"> |
| 1 | +<div class="bg-shape-boxes pt-5 index-container"> |
| 2 | + <div class="mb-4 pt-4 header-container"> |
3 | 3 | <img alt="" src="../images/ember-help-wanted-logo.svg" /> |
4 | | - <h1 class="text-hero-xl" local-class="header"> |
| 4 | + <h1 class="text-hero-xl header"> |
5 | 5 | Ember Help Wanted |
6 | 6 | </h1> |
7 | 7 |
|
8 | 8 | <FilterMenu /> |
9 | 9 | </div> |
10 | 10 |
|
11 | | - <div class="bg-light-muted" local-class="body-container"> |
| 11 | + <div class="bg-light-muted body-container"> |
12 | 12 | <div class="container"> |
13 | 13 | <h2 class="text-xl pb-3"> |
14 | 14 | Repositories with help-wanted issues |
|
18 | 18 | <ul class="list-unstyled layout"> |
19 | 19 | {{#each @model as |githubRepository|}} |
20 | 20 | <EsLinkCard |
21 | | - class="lg:col-3 bg-dark" |
| 21 | + class="lg:col-3 bg-dark link-card" |
22 | 22 | data-test-github-repository={{githubRepository.name}} |
23 | | - local-class="link-card" |
24 | 23 | @href="{{githubRepository.htmlUrl}}/issues?q=is%3Aissue+is%3Aopen+label%3A%22Help+Wanted%22+sort%3Acreate-date" |
25 | 24 | @title={{githubRepository.name}} |
26 | 25 | > |
|
39 | 38 | Improving the contributor experience |
40 | 39 | </h2> |
41 | 40 |
|
42 | | - <p local-class="paragraph"> |
| 41 | + <p class="paragraph"> |
43 | 42 | This app is designed to help community members find issues in the Ember |
44 | 43 | ecosystem that are requesting some extra help! The goal would be for |
45 | 44 | this to work well for project nights for meetups, conferences and anyone |
|
49 | 48 |
|
50 | 49 | <h3>Big Picture</h3> |
51 | 50 |
|
52 | | - <p local-class="paragraph"> |
| 51 | + <p class="paragraph"> |
53 | 52 | To accomplish this, we use a |
54 | 53 | <a href="https://github.com/ember-learn/ember-help-wanted-server">Node |
55 | 54 | backend</a> |
|
59 | 58 | work on. |
60 | 59 | </p> |
61 | 60 |
|
62 | | - <p local-class="paragraph"> |
| 61 | + <p class="paragraph"> |
63 | 62 | Those issues will then surface in this Ember app, where they can be |
64 | 63 | searched and filtered in various ways as each potential contributor |
65 | 64 | desires. We may add some level of curation to the issues (whether that |
66 | 65 | is needed is still to be determined) or in other ways editorialize as |
67 | 66 | issues show up in the app. |
68 | 67 | </p> |
69 | 68 |
|
70 | | - <p local-class="paragraph"> |
| 69 | + <p class="paragraph"> |
71 | 70 | Meetup organizers (and contributor workshops at various Ember |
72 | 71 | conferences) can also use this as a tool to sort through issues and pick |
73 | 72 | subsets for their meetings. For example, if a Meetup group wants to help |
|
78 | 77 | occurs each year at EmberConf. |
79 | 78 | </p> |
80 | 79 |
|
81 | | - <p local-class="paragraph"> |
| 80 | + <p class="paragraph"> |
82 | 81 | Long-term, we are considering ways to make this easily findable by |
83 | 82 | anyone who wants to contribute to Ember- tweeting out major new issues, |
84 | 83 | or in other ways that communicate key pieces of info to the Ember |
85 | 84 | community. We could potentially use it as a way of posting "maintainer |
86 | 85 | wanted" messages as well. Do you have more ideas? Let us know! |
87 | 86 | </p> |
88 | 87 |
|
89 | | - <p local-class="paragraph"> |
| 88 | + <p class="paragraph"> |
90 | 89 | To learn more, visit |
91 | 90 | <a |
92 | 91 | href="https://github.com/ember-learn/ember-help-wanted" |
|
0 commit comments