Skip to content

Commit

Permalink
Template cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 10, 2024
1 parent df6c54a commit 8e3b779
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 68 deletions.
12 changes: 0 additions & 12 deletions .github/template-cleanup.sh

This file was deleted.

13 changes: 0 additions & 13 deletions .github/template-cleanup/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/cleanup.yml

This file was deleted.

19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# React Native Reproducer
# ptest

This is the React Native **reproducer** template.
![Build](https://github.com/prashantpadhariya1137/ptest/workflows/Pre%20Merge%20Checks/badge.svg)

You can use this template to create a minimal, complete, and reproducible project that the community can use to understand what's your problem. You can read more about the principles of a good reproducible project [here](https://stackoverflow.com/help/mcve).
This is your new React Native Reproducer project.

This template is up to date with `react-native@latest` as you can find it on [npm](https://www.npmjs.com/package/react-native/v/latest).
## Reproducer todo list

## How to use this repository

1. Click on [![Use this template](https://img.shields.io/badge/-Use%20this%20template-brightgreen)](https://github.com/cortinico/reproducer-react-native/generate) button to create a new repository starting from this one.
2. Git clone your repository locally.
3. Edit the project to reproduce the failure you're seeing.
4. Push your changes, so that Github Actions can run the CI.
- [x] Create a new reproducer project.
- [ ] Git clone your repository locally.
- [ ] Edit the project to reproduce the failure you're seeing.
- [ ] Push your changes, so that Github Actions can run the CI.
- [ ] Make sure the repository is public and share the link with the issue you reported.

0 comments on commit 8e3b779

Please sign in to comment.