mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 08:56:36 +07:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
name: 🐞 Bug Fix, ⚙ Improvement or 🎉 New Feature
 | 
						|
about: You found a bug, want to improve something or add a new feature
 | 
						|
labels: bug or enhancement
 | 
						|
 | 
						|
---
 | 
						|
 | 
						|
## A Pull Request should be associated with a Discussion.
 | 
						|
 | 
						|
> If you're fixing a bug, adding a new feature or improving something please provide the details in discussions,
 | 
						|
> so that the development can be pointed in the intended direction.
 | 
						|
 | 
						|
Related discussion: <!-- Please link the related discussion -->
 | 
						|
 | 
						|
> Further notes in [Contribution Guidelines](.github/CONTRIBUTING.md)
 | 
						|
> Thank you for your contribution.
 | 
						|
 | 
						|
### Description
 | 
						|
 | 
						|
This PR [briefly explain what it does]
 | 
						|
 | 
						|
> In case this PR introduced TypeScript/JavaScript code changes:
 | 
						|
 | 
						|
- [ ] I have written test cases for the changes in this pull request
 | 
						|
- [ ] I have run `npm run format` before the commit.
 | 
						|
- [ ] I have run `npm run lint` before the commit.
 | 
						|
- [ ] I have run `npm run release` before the commit.
 | 
						|
- [ ] `npm test` returns with no unit test errors and all code covered.
 | 
						|
 | 
						|
> In case this PR edits any scripts:
 | 
						|
 | 
						|
- [ ] I have checked the edited scripts for syntax.
 | 
						|
- [ ] I have tested the changes in an integration test (If yes, provide workflow YAML and link).
 | 
						|
 | 
						|
<!--
 | 
						|
- Please target the develop branch when submitting the pull request.
 | 
						|
--> |