24 lines
		
	
	
		
			841 B
		
	
	
	
		
			Markdown
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			841 B
		
	
	
	
		
			Markdown
		
	
	
	
# Contributing guidelines
 | 
						|
 | 
						|
Wanna contribute to the Postgres Operator? Yay - here is how!
 | 
						|
 | 
						|
## Reporting issues
 | 
						|
 | 
						|
Before filing an issue, if you have a question about Postgres Operator or have
 | 
						|
a problem using it, please read the [concepts](docs/index.md) page or use the
 | 
						|
different guides that we provide for [users](docs/user.md),
 | 
						|
[developers](docs/developer.md) or [admins](docs/administrator). Also double
 | 
						|
check with the current issues on our [Issues Tracker](https://github.com/zalando/postgres-operator/issues).
 | 
						|
 | 
						|
## Contributing a pull request
 | 
						|
 | 
						|
1. Submit a comment to the relevant issue or create a new issue describing your
 | 
						|
   proposed change.
 | 
						|
2. Do a fork, develop and test your code changes.
 | 
						|
3. Include documentation
 | 
						|
4. Submit a pull request.
 | 
						|
 | 
						|
You'll get feedback about your pull request as soon as possible.
 | 
						|
 | 
						|
Happy Operator hacking ;-)
 |