Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 461d413

Browse files
authored
Merge pull request #514 from tangollama/develop
chore(contributing): new walkthrough video
2 parents c5df0ce + c9e00ad commit 461d413

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/pages/contributing.mdx

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { get } from 'lodash';
33
import Layout from '../components/layout';
44
import SEO from '../components/seo';
55
import PageHeading from '../components/PageHeading';
6+
import styles from './collection.module.scss';
67

78
export const query = graphql`
89
query ContributingQuery($path: String) {
@@ -31,6 +32,18 @@ export default ({ children, data }) => (
3132
</Layout>
3233
);
3334

35+
<div className={styles.featuredVideoContainer}>
36+
<div className="responsive-video">
37+
<iframe
38+
width="578"
39+
height="328.125"
40+
src="https://www.youtube.com/embed/3zalIudBF6A"
41+
frameBorder="0"
42+
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
43+
allowFullScreen
44+
/>
45+
</div>
46+
</div>
3447

3548
For those newer to open source contribution at New Relic, the following points encapsulate the major steps and issues. For command line description of this workflow, [**consult this documentation**](https://gist.github.com/tangollama/5d9d63fef0ed4498fb5fbb057bb5983d).
3649

0 commit comments

Comments
 (0)