mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-17 14:04:15 +02:00
20 lines
616 B
Markdown
20 lines
616 B
Markdown
---
|
|
name: Pull Request
|
|
about: Propose changes to C Websocket Server
|
|
title: "[PR] Your changes"
|
|
labels: pullrequest
|
|
assignees: Wessel
|
|
|
|
---
|
|
|
|
**Please describe the changes this PR makes and why it should be merged:**
|
|
|
|
|
|
**Status**
|
|
- [ ] Code changes have been tested and there aren't any typos in it
|
|
|
|
**Semantic versioning classification:**
|
|
- [ ] This PR changes C Websocket Server core codebase (methods or parameters added)
|
|
- [ ] This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
|
|
- [ ] This PR **only** includes non-code changes, like changes to documentation, README, etc.
|