Standardize Enum member naming

Open
#4,405 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
52/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python

Research direction

No files or tests are named. Search the codebase for enum declarations and member names, then compare the existing styles with the Python enum documentation linked in the issue. Done means the selected enum members consistently follow one naming convention without changing their intended values.

Written by the indexing model from the issue text.

Description

Python documentation examples for the enum module use UPPER_CASE for member names; archinstall uses UPPER_CASE and PascalCase.

Dominant language
Python
Stars
8.4k
Forks
775
Avg merge
4d 8h
Merged PRs (30d)
23

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from archlinux/archinstall

All issues in archlinux/archinstall

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.