Skip to content

Instantly share code, notes, and snippets.

View numandev1's full-sized avatar
😍
let's build the dreams

Numan numandev1

😍
let's build the dreams
View GitHub Profile
import image1 from './images/EE.png';
import image2 from './images/EG.png';
import image3 from './images/Egypt.png';
import image4 from './images/EH.png';
export const frame1=image1;
export const frame2=image2;

How to submit a pull request

  1. Create a new branch for your fix using git checkout -b branch-name-here.
  2. Make the appropriate changes for the issue you are trying to address or the feature that you want to add. If you are adding a feature or changing functionality, please write tests! 👍 Tests will help your PR get merged faster.
  3. Add and commit the changed files using git add and git commit. We use Conventional Changelog Standard for our commit messages. More info on that below.
  4. Push the changes to the remote repository using git push origin branch-name-here.
  5. Submit a PR to the upstream repository.
  6. Please title your PR using Conventional Changelog Standard. Set the description of the PR with a brief description of what you did and any questions you might have about what you did..
  7. Wait for the PR to be reviewed by a maintainer.
  8. Once your PR is

Examples

Appears under "Features" header, pencil subheader:

feat(pencil): add 'graphiteWidth' option

Appears under "Bug Fixes" header, graphite subheader, with a link to issue #28: