Saptarshi's Notes 📝
  • HOME
  • Open-Source
    • Issue Template
    • Pull Request Template
    • Greetings Action
    • Stale Action
    • Push to Pull Requests Action
    • Contributing Guide
    • Security
  • Computer Networking
    • Introduction
    • IP Address
    • Data Transmission
      • Network Topologies
      • Structure of The Network
      • Network Devices
    • How does The Internet work?
      • OSI Model
      • TCP/IP Model
        • Application Layer
          • Application Layer Network Protocols
          • Sockets
          • Ports
        • Transport Layer
        • Network Layer
        • Data Link Layer
        • Physical Layer
Powered by GitBook
On this page

Was this helpful?

  1. Open-Source

Pull Request Template

Pull Request Template for any general Open-Source project

## Fixes issue
<!-- Type in all the issues that have been fixed through this pull request. Ex: #1 -->
This PR fixes the following issues: 
#

## Changes proposed
<!-- List all the proposed changes in your PR -->

## Check List (Check all the applicable boxes)
<!-- Check all the boxes which are applicable to check the box correct follow the following conventions-->
<!--
[x] - Correct
[X] - Correct
-->
- [ ] My code follows the code style of this project.
- [ ] My change requires changes to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] This PR does not contain plagiarized content.
- [ ] The title of my pull request is a short description of the requested changes.

## Screenshots
<!-- Add all the screenshots which support your changes -->

## Note to reviewers
<!-- Add notes to reviewers if applicable -->
PreviousIssue TemplateNextGreetings Action

Last updated 3 days ago

Was this helpful?