You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/HomePage.js
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ import PageFooter from './PageFooter';
5
5
importGridfrom'../../src/Grid';
6
6
importAlertfrom'../../src/Alert';
7
7
importGlyphiconfrom'../../src/Glyphicon';
8
+
importLabelfrom'../../src/Label';
8
9
9
10
exportdefaultclassHomePageextendsReact.Component{
10
11
render(){
@@ -20,14 +21,17 @@ export default class HomePage extends React.Component{
20
21
</main>
21
22
22
23
<Grid>
24
+
<AlertbsStyle='warning'>
25
+
<p><Glyphiconglyph='bullhorn'/> We are actively working to reach a 1.0.0 release, and we would love your help to get there.</p>
26
+
<p><Glyphiconglyph='check'/> Check out the <ahref="https://github.com/react-bootstrap/react-bootstrap/wiki#100-roadmap">1.0.0 Roadmap</a> and <ahref="https://github.com/react-bootstrap/react-bootstrap/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> to see where you can help out.</p>
27
+
<p><Glyphiconglyph='sunglasses'/> A great place to start is any <atarget='_blank'href="https://github.com/react-bootstrap/react-bootstrap/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22">issues</a> with a <LabelbsStyle='success'>help-wanted</Label> label.</p>
28
+
<p><Glyphiconglyph='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 <atarget='_blank'href='http://getbootstrap.com/'>Bootstrap</a>.</p>
30
+
<p><Glyphiconglyph='user'/> We actively seek to invite frequent pull request authors to join the organization. <Glyphiconglyph='thumbs-up'/></p>
31
+
</Alert>
23
32
<AlertbsStyle='danger'>
24
-
<Glyphiconglyph='warning-sign'/> The project is under active
25
-
development, and APIs will change. Check out the <a
0 commit comments