Skip to content

Commit e8e9f5a

Browse files
committed
Merge pull request react-bootstrap#932 from AlexKVal/help
Announce explicitly about help wanted
2 parents 0b95ce1 + 2f5f04e commit e8e9f5a

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

docs/assets/docs.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,6 @@ body {
272272
}
273273

274274
@media (min-width: 768px) {
275-
.bs-docs-masthead {
276-
padding: 80px 0;
277-
}
278275
.bs-docs-masthead h1 {
279276
font-size: 60px;
280277
}

docs/src/HomePage.js

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import PageFooter from './PageFooter';
55
import Grid from '../../src/Grid';
66
import Alert from '../../src/Alert';
77
import Glyphicon from '../../src/Glyphicon';
8+
import Label from '../../src/Label';
89

910
export default class HomePage extends React.Component{
1011
render() {
@@ -20,14 +21,17 @@ export default class HomePage extends React.Component{
2021
</main>
2122

2223
<Grid>
24+
<Alert bsStyle='warning'>
25+
<p><Glyphicon glyph='bullhorn' /> We are actively working to reach a 1.0.0 release, and we would love your help to get there.</p>
26+
<p><Glyphicon glyph='check' /> Check out the <a href="https://github.com/react-bootstrap/react-bootstrap/wiki#100-roadmap">1.0.0 Roadmap</a> and <a href="https://github.com/react-bootstrap/react-bootstrap/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> to see where you can help out.</p>
27+
<p><Glyphicon glyph='sunglasses' /> A great place to start is any <a target='_blank' href="https://github.com/react-bootstrap/react-bootstrap/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22">issues</a> with a <Label bsStyle='success'>help-wanted</Label> label.</p>
28+
<p><Glyphicon glyph='ok' /> We are open to pull requests that address bugs, improve documentation, enhance accessibility,</p>
29+
<p>add test coverage, or bring us closer to feature parity with <a target='_blank' href='http://getbootstrap.com/'>Bootstrap</a>.</p>
30+
<p><Glyphicon glyph='user' /> We actively seek to invite frequent pull request authors to join the organization. <Glyphicon glyph='thumbs-up' /></p>
31+
</Alert>
2332
<Alert bsStyle='danger'>
24-
<Glyphicon glyph='warning-sign' /> The project is under active
25-
development, and APIs will change. Check out the <a
26-
href='https://github.com/react-bootstrap/react-bootstrap/wiki#100-roadmap'>1.0.0
27-
Roadmap</a> and <a
28-
href='https://github.com/react-bootstrap/react-bootstrap/blob/master/CONTRIBUTING.md'>Contributing
29-
Guidelines</a> to see where you can help out. Prior to the 1.0.0 release, breaking changes should
30-
result in a Minor version bump.
33+
<p><Glyphicon glyph='warning-sign' /> The project is under active development, and APIs will change. </p>
34+
<p><Glyphicon glyph='bullhorn' /> Prior to the 1.0.0 release, breaking changes should result in a Minor version bump.</p>
3135
</Alert>
3236
</Grid>
3337

0 commit comments

Comments
 (0)