Skip to content

Addressing 404 errors during page loading#21

Open
Copilot wants to merge 3 commits into
mainfrom
copilot/fix-404-error-on-page-load
Open

Addressing 404 errors during page loading#21
Copilot wants to merge 3 commits into
mainfrom
copilot/fix-404-error-on-page-load

Conversation

Copilot AI commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Pull request created by AI Agent

Copilot AI and others added 2 commits June 25, 2026 04:21
Co-authored-by: Darliewithrow <216807437+Darliewithrow@users.noreply.github.com>
Co-authored-by: Darliewithrow <216807437+Darliewithrow@users.noreply.github.com>
@Darliewithrow

Copy link
Copy Markdown
Owner

@copilot resolve the merge conflicts in this pull request

@Darliewithrow Darliewithrow marked this pull request as ready for review June 25, 2026 04:52
# Conflicts:
#	README.md

Co-authored-by: Darliewithrow <216807437+Darliewithrow@users.noreply.github.com>
@Darliewithrow Darliewithrow requested a review from Copilot June 25, 2026 04:53

Copilot AI commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts in this pull request

Merge conflicts resolved in commit 6c7c0cd. The conflict in README.md was between the full guide (our branch) and the bare URL string on main — kept the full guide. CONTRIBUTING.md merged cleanly with no conflicts.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR turns the repository into a complete, beginner-friendly guide for contributing to ethereum/EIPs when GitHub shows the “Uploads are disabled” message, and updates contribution guidance links.

Changes:

  • Replaced the placeholder README.md with a full step-by-step fork/clone/branch/PR workflow guide, plus troubleshooting and resources.
  • Updated the “open an issue” link in CONTRIBUTING.md to avoid link/rendering problems.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.

File Description
README.md Adds the full contribution workflow guide (fork/clone/branch/PR), sync instructions, troubleshooting, and resources.
CONTRIBUTING.md Updates the “open an issue” link for contributor questions/suggestions.

Comment thread README.md
Comment on lines +1 to +3
# Contributing to Ethereum EIPs: Fixing "Uploads are disabled"

If you've tried to contribute to the [Ethereum EIPs repository](https://github.com/ethereum/EIPs) and encountered the error **"Uploads are disabled"**, this guide explains why it happens and how to contribute correctly using the standard GitHub fork-and-pull-request workflow.
Comment thread README.md

### Step 3 — Create a Feature Branch

Always create a new branch for your changes instead of working directly on `main`:
Comment thread README.md

```bash
# Create your EIP file following the EIP template
cp EIPS/eip-1.md EIPS/eip-XXXX.md
Comment thread README.md
Comment on lines +82 to +83
git checkout main
git merge upstream/main
Comment thread README.md
git merge upstream/main

# Push the updated main to your fork
git push origin main
Comment thread CONTRIBUTING.md

@Darliewithrow Darliewithrow left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

diff --git a/home/runner/work/master/master/README.md b/home/runner/work/master/master/README.md
index 0000000..0000000 100644
--- a/home/runner/work/master/master/README.md
+++ b/home/runner/work/master/master/README.md
@@ -1,1 +1,1 @@
Untitled

diff --git a/home/runner/work/master/master/CONTRIBUTING.md b/home/runner/work/master/master/CONTRIBUTING.md
index 0000000..0000000 100644
--- a/home/runner/work/master/master/CONTRIBUTING.md
+++ b/home/runner/work/master/master/CONTRIBUTING.md
@@ -1,65 +1,65 @@

Contributing to This Guide

Thank you for helping improve this guide! This repository provides instructions for contributors who encounter the "Uploads are disabled" error when working with the Ethereum EIPs repository.


How to Contribute

Types of Contributions Welcome

  • Clarity improvements — Rewrite sections that are confusing or unclear
  • UI updates — Update steps to reflect changes in the GitHub interface
  • New examples — Add additional use cases or scenarios
  • Typo and grammar fixes — Correct any errors in the text
  • Broken links — Fix or update URLs that are no longer valid
  • New sections — Add content for common questions not yet covered

Making Changes

  1. Fork this repository
  2. Create a feature branch from main:
    git checkout -b your-feature-branch
  3. Make your changes to the Markdown files
  4. Verify all links are working
  5. Preview the rendered Markdown to ensure formatting is correct
  6. Commit your changes with a clear message:
    git commit -m "docs: brief description of your changes"
  7. Push your branch and open a pull request with a clear title and description

Validation Checklist

Before submitting a pull request, please verify:

  • Markdown syntax is valid and renders correctly
  • All links are working and point to the correct destinations
  • Language is clear and suitable for beginners
  • Changes are consistent with the existing writing style
  • No sensitive information (credentials, personal data) has been included

Style Guidelines

  • Write for beginners who may be unfamiliar with GitHub workflows
  • Use clear, concise language and avoid unexplained jargon
  • Use numbered lists for sequential steps and bullet points for non-ordered items
  • Include code blocks with language identifiers for all commands
  • Use placeholder text like YOUR-USERNAME to indicate where users should substitute their own values

Scope

This is a guide repository — it explains how to contribute to ethereum/EIPs, but does not accept EIP submissions itself. Please keep contributions focused on improving the guide content.


Questions or Suggestions?

Open an issue in this repository to discuss ideas before making large changes. For questions about contributing to the actual Ethereum EIPs repository, see the Resources section in the main guide.

@Darliewithrow Darliewithrow left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants